File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ extension FileDescriptor {
144
144
/// Pass `false` to try only once and throw an error upon interruption.
145
145
/// - Returns: The number of bytes that were read.
146
146
///
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`
148
148
/// determines the maximum number of bytes that are read into that buffer.
149
149
///
150
150
/// After reading,
@@ -182,7 +182,7 @@ extension FileDescriptor {
182
182
/// Pass `false` to try only once and throw an error upon interruption.
183
183
/// - Returns: The number of bytes that were read.
184
184
///
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`
186
186
/// determines the maximum number of bytes that are read into that buffer.
187
187
///
188
188
/// Unlike <doc:FileDescriptor/read(into:retryOnInterrupt:)>,
You can’t perform that action at this time.
0 commit comments