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 {
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:)>,
You can’t perform that action at this time.
0 commit comments