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.
2 parents ca6e888 + fea7d50 commit 865fd70Copy full SHA for 865fd70
Sources/System/FileHelpers.swift
@@ -46,9 +46,6 @@ extension FileDescriptor {
46
/// increments that position by the number of bytes written.
47
/// See also ``seek(offset:from:)``.
48
///
49
- /// This method either writes the entire contents of `sequence`,
50
- /// or throws an error if only part of the content was written.
51
- ///
52
/// If `sequence` doesn't implement
53
/// the <doc://com.apple.documentation/documentation/swift/sequence/3128824-withcontiguousstorageifavailable> method,
54
/// temporary space will be allocated as needed.
0 commit comments