Buffers: fix typo in JavaDoc comment

This commit is contained in:
hanmz 2024-04-23 16:42:18 +08:00 committed by Andreas Schildbach
parent cff6459b4e
commit 1f591df71c

View File

@ -87,7 +87,7 @@ public class Buffers {
}
/**
* Encode a given string using UTF-8. Then write the lnegth of the encoded bytes as a {@link VarInt}. Then write
* Encode a given string using UTF-8. Then write the length of the encoded bytes as a {@link VarInt}. Then write
* the bytes themselves.
*
* @param buf buffer to write to