Explorar o código

Fix typo in doc.

James Pettit %!s(int64=5) %!d(string=hai) anos
pai
achega
5977648f6e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      math32/vector3.go

+ 1 - 1
math32/vector3.go

@@ -393,7 +393,7 @@ func (v *Vector3) SetLength(l float32) *Vector3 {
 }
 
 // Lerp sets each of this vector's components to the linear interpolated value of
-// alpha between ifself and the corresponding other component.
+// alpha between itself and the corresponding other component.
 // Returns the pointer to this updated vector.
 func (v *Vector3) Lerp(other *Vector3, alpha float32) *Vector3 {