From 3a5c5191b1f26c97bdc6fb372353818f05a830f9 Mon Sep 17 00:00:00 2001 From: EasternMouse <31562232+EasternMouse@users.noreply.github.com> Date: Wed, 6 Sep 2017 08:39:07 +0400 Subject: [PATCH] Correct the spelling of "This modifies the vector" Yhis modifies the vector => This modifies the vector --- docs/vector.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vector.rst b/docs/vector.rst index 4ea141e..63b764c 100644 --- a/docs/vector.rst +++ b/docs/vector.rst @@ -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**::