Skip to content

Commit a211e37

Browse files
authored
Fix typo in doc comment for NavigatorItem.init?(rawValue:) (#1340)
It should be either "Parameters:" (plural) with a nested list of named parameters, or "Parameter x:" (singular).
1 parent b816349 commit a211e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDocC/Indexing/Navigator/NavigatorItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public final class NavigatorItem: Serializable, Codable, Equatable, CustomString
112112
/**
113113
Initialize a `NavigatorItem` using raw data.
114114

115-
- Parameters rawValue: The `Data` from which the instance should be deserialized from.
115+
- Parameter rawValue: The `Data` from which the instance should be deserialized from.
116116
*/
117117
required public init?(rawValue: Data) {
118118
let data = rawValue

0 commit comments

Comments
 (0)