forked from cerc-io/plugeth
all: fix docstrings
This commit is contained in:
+1
-1
@@ -381,7 +381,7 @@ func (w EncoderBuffer) WriteBytes(b []byte) {
|
||||
w.buf.writeBytes(b)
|
||||
}
|
||||
|
||||
// WriteBytes encodes s as an RLP string.
|
||||
// WriteString encodes s as an RLP string.
|
||||
func (w EncoderBuffer) WriteString(s string) {
|
||||
w.buf.writeString(s)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user