From 597b2e4cc5cb7a18b256aeebd0576c492544bc5e Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Tue, 2 Sep 2025 21:24:42 +0200 Subject: change indentation for version documentation --- lib/src/main/kotlin/ProtocolTranslator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/src') 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. -- cgit v1.2.3