diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/tag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tag.h b/include/tag.h index a9cbc0019f..980c0437ff 100644 --- a/include/tag.h +++ b/include/tag.h @@ -66,7 +66,7 @@ private: virtual bool equals(const tag& rhs) const = 0; /** - * @brief Assigns the given tag if the class is the same + * @brief Move-assigns the given tag if the class is the same * @throw std::bad_cast if @c rhs is not the same type as @c *this */ virtual tag& assign(tag&& rhs) = 0; |
