summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/nbt_value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nbt_value.h b/include/nbt_value.h
index 5af322b4d2..2a3769f118 100644
--- a/include/nbt_value.h
+++ b/include/nbt_value.h
@@ -32,7 +32,7 @@ class tag_compound;
class tag_list;
/**
- * @brief Represents a reference to a tag of fixed type
+ * @brief Contains an NBT value of fixed type
*
* This can contain a tag of arbitrary type, but once the tag's type
* is set it is immutable.