summaryrefslogtreecommitdiff
path: root/lib/src/main/kotlin/ProtocolTranslator.kt
diff options
context:
space:
mode:
authorEdoardo La Greca2025-09-02 21:24:42 +0200
committerEdoardo La Greca2025-09-02 21:24:42 +0200
commit597b2e4cc5cb7a18b256aeebd0576c492544bc5e (patch)
treee4976ac12e0fdfeca0291c50ef92f026bdce2da5 /lib/src/main/kotlin/ProtocolTranslator.kt
parent8cf57c9ac359a4811b2b0aa5ebbc9c97817e0da1 (diff)
change indentation for version documentationHEADmaster
Diffstat (limited to 'lib/src/main/kotlin/ProtocolTranslator.kt')
-rw-r--r--lib/src/main/kotlin/ProtocolTranslator.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/main/kotlin/ProtocolTranslator.kt b/lib/src/main/kotlin/ProtocolTranslator.kt
index 86564a5..24c4f90 100644
--- a/lib/src/main/kotlin/ProtocolTranslator.kt
+++ b/lib/src/main/kotlin/ProtocolTranslator.kt
@@ -21,7 +21,7 @@ interface ProtocolTranslator {
* been received.
*
* @param msize The maximum length, in bytes, that the client will ever generate or expect to receive in a single
- * 9P message.
+ * 9P message.
* @param version Should be "9P2000", which is the only defined value.
* @throws except.InvalidMessageException if the received message is invalid.
* @throws except.RErrorException if the received message is an R-error message.