mirror of
https://github.com/vrld/hump.git
synced 2024-11-23 12:24:19 +00:00
Correct the spelling of "This modifies the vector"
Yhis modifies the vector => This modifies the vector
This commit is contained in:
parent
22d0fb6960
commit
3a5c5191b1
@ -329,7 +329,7 @@ Does not change the input vector, but creates a new vector.
|
||||
Rotate a vector in-place. Great to use on intermediate results.
|
||||
|
||||
.. warning::
|
||||
Yhis modifies the vector. If in doubt, use :func:`vector:rotated()`.
|
||||
This modifies the vector. If in doubt, use :func:`vector:rotated()`.
|
||||
|
||||
**Example**::
|
||||
|
||||
@ -442,7 +442,7 @@ direction as the source vector, but has a magnitude smaller or equal to
|
||||
``max_length``.
|
||||
|
||||
.. warning::
|
||||
Yhis modifies the vector. If in doubt, use :func:`vector:trimmed()`.
|
||||
This modifies the vector. If in doubt, use :func:`vector:trimmed()`.
|
||||
|
||||
|
||||
**Example**::
|
||||
|
Loading…
Reference in New Issue
Block a user