From 015e9baf40046a90964bbaa39f908cfd018e01aa Mon Sep 17 00:00:00 2001 From: Alex Martini Date: Tue, 23 Aug 2022 06:21:09 -0700 Subject: [PATCH] Fix a broken link. (#107) --- Sources/System/FileOperations.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/System/FileOperations.swift b/Sources/System/FileOperations.swift index a8b107cd..81681608 100644 --- a/Sources/System/FileOperations.swift +++ b/Sources/System/FileOperations.swift @@ -144,7 +144,7 @@ extension FileDescriptor { /// Pass `false` to try only once and throw an error upon interruption. /// - Returns: The number of bytes that were read. /// - /// The property of `buffer` + /// The property of `buffer` /// determines the maximum number of bytes that are read into that buffer. /// /// After reading, @@ -182,7 +182,7 @@ extension FileDescriptor { /// Pass `false` to try only once and throw an error upon interruption. /// - Returns: The number of bytes that were read. /// - /// The property of `buffer` + /// The property of `buffer` /// determines the maximum number of bytes that are read into that buffer. /// /// Unlike ,