From 13a4b95ca0bdd402cf9a06989cb8397e3d0bf9ed Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Sat, 9 Aug 2025 21:17:36 +0200 Subject: reword documentation of write --- src/main/kotlin/ProtocolTranslator.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/kotlin/ProtocolTranslator.kt') diff --git a/src/main/kotlin/ProtocolTranslator.kt b/src/main/kotlin/ProtocolTranslator.kt index cee72f4..6747e98 100644 --- a/src/main/kotlin/ProtocolTranslator.kt +++ b/src/main/kotlin/ProtocolTranslator.kt @@ -115,8 +115,8 @@ interface ProtocolTranslator { fun read(fid: UInt, offset: ULong, count: UInt): Array /** - * Transfer data to file. Due to the negotiated maximum size of 9P messages, called `msize`, one is supposed to - * call this method multiple times, unless the content is smaller than `msize`. + * Transfer data to file. Due to the negotiated maximum size of 9P messages, called `msize`, this method is supposed + * to be called multiple times, unless the content is smaller than `msize`. * * @param fid The FID to write to. * @param offset The distance between the beginning of the file and the first written byte. -- cgit v1.2.3