fix comment

This commit is contained in:
Tnze
2021-11-26 18:43:20 +08:00
parent d45f6a5e04
commit b909621c58

View File

@ -9,7 +9,7 @@ import (
)
// RawMessage stores the raw binary data of NBT.
// This is usable if you wanna store an unknown NBT data and parse it later.
// This is usable if you want to store an unknown NBT data and parse it later.
// Notice that this struct doesn't store the tag name. To convert RawMessage to valid NBT binary value:
// Encoder.Encode(RawMessage, Name) = []byte{ Type (1 byte) | n (2 byte) | Name (n byte) | Data}.
type RawMessage struct {