jakescott 13 лет назад
Родитель
Сommit
78247c84d2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Core/Contents/Include/PolyVector2.h

+ 1 - 1
Core/Contents/Include/PolyVector2.h

@@ -127,7 +127,7 @@ namespace Polycode {
 			
 			/**
 			* Returns the dot product with another vector.
-			* @return Dor product with the vector.
+			* @return Dot product with the vector.
 			*/			
 			inline Number dot(const Vector2 &u) const {
 				return x * u.x + y * u.y;