We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689390f commit 78847afCopy full SHA for 78847af
Sources/System/FilePath/FilePath.swift
@@ -29,7 +29,7 @@
29
/// try fd.closeAfter { try fd.writeAll(message.utf8) }
30
///
31
/// File paths conform to the
32
-/// and <doc://com.apple.documentation/documentation/swift/equatable>
+/// <doc://com.apple.documentation/documentation/swift/equatable>
33
/// and <doc://com.apple.documentation/documentation/swift/hashable> protocols
34
/// by performing the protocols' operations on their raw byte contents.
35
/// This conformance allows file paths to be used,
0 commit comments