Skip to content

Commit c7b5b5c

Browse files
authored
Fix some DocC disambiguation errors (#23)
1 parent e550556 commit c7b5b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/BinaryParsing/Documentation.docc/Articles/OptionalOperations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ guard let range = start ..<? (start +? count) else {
4444

4545
### Collection subscripting
4646

47-
- ``Swift/Collection/subscript(ifInBounds:)-(Index)``
47+
- ``Swift/Collection/subscript(ifInBounds:)-(Self.Index)``
4848
- ``Swift/Collection/subscript(ifInBounds:)-(FixedWidthInteger)``
49-
- ``Swift/Collection/subscript(ifInBounds:)-(Range<Index>)``
49+
- ``Swift/Collection/subscript(ifInBounds:)-(Range<Self.Index>)``
5050
- ``Swift/Collection/subscript(ifInBounds:)-(Range<FixedWidthInteger>)``

0 commit comments

Comments
 (0)