diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-06-25 23:14:09 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-06-25 23:17:36 +0200 |
| commit | c91712ffecaf41a76df1f0909e26638e916b1d48 (patch) | |
| tree | 01202aaec7f784de394bfa99372764f6f1e44a52 /include | |
| parent | de01e4f26fc400b4194319ccf985cc5714bee1fe (diff) | |
| download | Project-Tick-c91712ffecaf41a76df1f0909e26638e916b1d48.tar.gz Project-Tick-c91712ffecaf41a76df1f0909e26638e916b1d48.zip | |
Minor comment changes
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: |
