Browse Source

Commit Message

Nick Royer 12 years ago
parent
commit
9fa11144a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Engine/Math/Vector3.h

+ 1 - 1
Source/Engine/Math/Vector3.h

@@ -27,7 +27,7 @@
 namespace Urho3D
 namespace Urho3D
 {
 {
 
 
-/// Three-dimensional vector.
+/// Three-dimensional vector classs.
 class URHO3D_API Vector3
 class URHO3D_API Vector3
 {
 {
 public:
 public: