Explorar el Código

Fix typo, "lenght" to "length"

GavinHigham hace 8 años
padre
commit
52baa66fe5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.
 	Returns true whether the vectors *a* and *b* are equal.
 
 
 **length** (a) : float
 **length** (a) : float
-	Returns the lenght of *a*.
+	Returns the length of *a*.
 
 
 **length_squared** (a) : float
 **length_squared** (a) : float
 	Returns the squared length of *a*.
 	Returns the squared length of *a*.
 
 
 **set_length** (a, len)
 **set_length** (a, len)
-	Sets the lenght of *a* to *len*.
+	Sets the length of *a* to *len*.
 
 
 **normalize** (a) : Vector3
 **normalize** (a) : Vector3
 	Normalizes *a* and returns the result.
 	Normalizes *a* and returns the result.