Browse Source

Fixing doc comment.

Jay Sistar 10 years ago
parent
commit
a374012059
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Atomic/Core/Variant.h

+ 1 - 1
Source/Atomic/Core/Variant.h

@@ -577,7 +577,7 @@ public:
         return *this;
     }
 
-    // Assign from a string vector.
+    /// Assign from a string vector.
     Variant& operator =(const StringVector& rhs)
     {
         SetType(VAR_STRINGVECTOR);