diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/common/Variant.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/common/Variant.hpp b/src/core/common/Variant.hpp index f623b6b..fc4faf5 100644 --- a/src/core/common/Variant.hpp +++ b/src/core/common/Variant.hpp @@ -726,7 +726,7 @@ public: /** * Returns a reference to the cardinality value. Performs no type - *conversion. + * conversion. * Throws an exception if the underlying type is not a cardinality. * * @return the cardinality value as reference. |