Skip to content

Commit 92f7fe1

Browse files
committed
Add missing period in documentation comment
1 parent c151fd1 commit 92f7fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDocC/Model/Rendering/Variants/VariantCollection+Symbol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ private func zipPairsByKey<Key, Value1, Value2>(
342342
)
343343
}
344344

345-
/// Creates a dictionary out of three sequences of pairs of the same key type
345+
/// Creates a dictionary out of three sequences of pairs of the same key type.
346346
///
347347
/// ```swift
348348
/// let words = [("a", "one"), ("b", "two")]

0 commit comments

Comments
 (0)