Skip to content

Commit 78847af

Browse files
committed
Remove stray word.
1 parent 689390f commit 78847af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/System/FilePath/FilePath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/// try fd.closeAfter { try fd.writeAll(message.utf8) }
3030
///
3131
/// File paths conform to the
32-
/// and <doc://com.apple.documentation/documentation/swift/equatable>
32+
/// <doc://com.apple.documentation/documentation/swift/equatable>
3333
/// and <doc://com.apple.documentation/documentation/swift/hashable> protocols
3434
/// by performing the protocols' operations on their raw byte contents.
3535
/// This conformance allows file paths to be used,

0 commit comments

Comments
 (0)