mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
Buffers: fix typo in JavaDoc comment
This commit is contained in:
parent
cff6459b4e
commit
1f591df71c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user