Kaynağa Gözat

Fix typo, "lenght" to "length"

GavinHigham 8 yıl önce
ebeveyn
işleme
52baa66fe5
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      docs/lua_api.rst

+ 2 - 2
docs/lua_api.rst

@@ -66,13 +66,13 @@ Functions
 	Returns true whether the vectors *a* and *b* are equal.
 
 **length** (a) : float
-	Returns the lenght of *a*.
+	Returns the length of *a*.
 
 **length_squared** (a) : float
 	Returns the squared length of *a*.
 
 **set_length** (a, len)
-	Sets the lenght of *a* to *len*.
+	Sets the length of *a* to *len*.
 
 **normalize** (a) : Vector3
 	Normalizes *a* and returns the result.