瀏覽代碼

Fixing doc comment.

Jay Sistar 10 年之前
父節點
當前提交
a374012059
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/Atomic/Core/Variant.h

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

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