Skip to content

Commit d4d7ce6

Browse files
committed
remove inoperative section about trailing parentheses
1 parent a82a2cd commit d4d7ce6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/Proposals/SDWG-0000 Codelink paths.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ Trailing slashes are allowed in vector links, and have no effect on the appearan
7474
| ` ``Real./(_:_:)/`` ` | ``Real./(_:_:)/`` | `["Real", "/(_:_:)"]` |
7575

7676

77-
### Trailing parentheses
78-
79-
The unified codelink format always **ignores** empty trailing parentheses. This means it is possible to refer to a property named `x` with a codelink spelled ` ``x()`` `, even though it could never be called that way in source code.
80-
81-
8277
### Namespacing
8378

8479
The unified codelink format uses implicit namespacing, and behaves similarly to namespacing in Swift source code. However, unlike Swift source code, it also supports explicit namespacing using the `/` prefix.

0 commit comments

Comments
 (0)