diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/tag_primitive.h | 2 | ||||
| -rw-r--r-- | include/tag_string.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/tag_primitive.h b/include/tag_primitive.h index f5fab1bdf9..5704da4430 100644 --- a/include/tag_primitive.h +++ b/include/tag_primitive.h @@ -28,7 +28,7 @@ namespace nbt { /** - * @brief Contains an integral or floating-point value. + * @brief Tag that contains an integral or floating-point value * * Common class for tag_byte, tag_short, tag_int, tag_long, tag_float and tag_double. */ diff --git a/include/tag_string.h b/include/tag_string.h index 1e4c76ae6c..28d1b77085 100644 --- a/include/tag_string.h +++ b/include/tag_string.h @@ -26,7 +26,7 @@ namespace nbt { -///Contains a UTF-8 string +///Tag that contains a UTF-8 string class tag_string : public tag { public: |
