diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-24 14:40:25 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-24 14:40:25 +0100 |
commit | ea775582db6b5e1f3df2e461bef47544e5093014 (patch) | |
tree | 0ee4cd4b9a389033bc6771125b1891e74a967e27 /src | |
parent | 354f9e75dad608b52aa832d6b2a8589699e40bca (diff) |
corrected a minor formatting error in documentation.
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. |