Skip to content

Commit 0ac080e

Browse files
committed
Add missing period at end of abstract.
1 parent d2c4e45 commit 0ac080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/System/FilePath/FilePathSyntax.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ extension FilePath {
577577
_append(unchecked: other._storage[...])
578578
}
579579

580-
/// Non-mutating version of `push()`
580+
/// Non-mutating version of `push()`.
581581
///
582582
// TODO(Windows docs): examples and docs with roots
583583
public __consuming func pushing(_ other: __owned FilePath) -> FilePath {

0 commit comments

Comments
 (0)