Skip to content

Commit edd24c2

Browse files
committed
Fix minor issue in comment
1 parent 427e27c commit edd24c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDocC/LinkTargets/LinkDestinationSummary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public struct LinkDestinationSummary: Codable, Equatable {
158158
/// These navigator fragments are suitable to use to refer to a symbol that's linked to in a navigator.
159159
///
160160
/// - Note: The navigator title does not represent the symbol's full declaration.
161-
/// Different overloads may have indistinguishable subheading fragments.
161+
/// Different overloads may have indistinguishable navigator fragments.
162162
public let navigatorDeclarationFragments: DeclarationFragments?
163163

164164
/// Any previous URLs for this element.

0 commit comments

Comments
 (0)