diff options
Diffstat (limited to 'raul/Symbol.hpp')
-rw-r--r-- | raul/Symbol.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp index 6f0dd91..551d770 100644 --- a/raul/Symbol.hpp +++ b/raul/Symbol.hpp @@ -104,7 +104,7 @@ public: /** Convert a string to a valid symbol. * - * This will make a best effort at turning @a str into a complete, valid + * This will make a best effort at turning `str` into a complete, valid * Symbol, and will always return one. */ static inline Symbol symbolify(const std::basic_string<char>& in) { |