summaryrefslogtreecommitdiff
path: root/nbt/nbt.go
diff options
context:
space:
mode:
Diffstat (limited to 'nbt/nbt.go')
-rw-r--r--nbt/nbt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbt/nbt.go b/nbt/nbt.go
index fe9f7a4..dd8db1d 100644
--- a/nbt/nbt.go
+++ b/nbt/nbt.go
@@ -82,7 +82,7 @@ func (t Tag) String() string {
return s
}
-// TagCompund is the payload of a TAG_Compound.
+// TagCompund is the payload of a TAG_Compound. Initialize with make.
type TagCompound map[string]Tag
func readTagData(r io.Reader, tt TagType) (interface{}, error) {