Skip to content

Commit 015e9ba

Browse files
authored
Fix a broken link. (#107)
1 parent 036f567 commit 015e9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/System/FileOperations.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ extension FileDescriptor {
144144
/// Pass `false` to try only once and throw an error upon interruption.
145145
/// - Returns: The number of bytes that were read.
146146
///
147-
/// The <doc://com.apple.documentation/documentation/swift/unsafemutablerawbufferpointer/3019191-count> property of `buffer`
147+
/// The <doc://com.apple.documentation/documentation/swift/unsafemutablerawbufferpointer/count-95usp> property of `buffer`
148148
/// determines the maximum number of bytes that are read into that buffer.
149149
///
150150
/// After reading,
@@ -182,7 +182,7 @@ extension FileDescriptor {
182182
/// Pass `false` to try only once and throw an error upon interruption.
183183
/// - Returns: The number of bytes that were read.
184184
///
185-
/// The <doc://com.apple.documentation/documentation/swift/unsafemutablerawbufferpointer/3019191-count> property of `buffer`
185+
/// The <doc://com.apple.documentation/documentation/swift/unsafemutablerawbufferpointer/count-95usp> property of `buffer`
186186
/// determines the maximum number of bytes that are read into that buffer.
187187
///
188188
/// Unlike <doc:FileDescriptor/read(into:retryOnInterrupt:)>,

0 commit comments

Comments
 (0)