Browse Source

Merge pull request #10279 from ntlblpm/patch-2

Fix grammar in Advanced vector math
Max Hilbrunner 8 months ago
parent
commit
41b0e4c1e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/math/vectors_advanced.rst

+ 1 - 1
tutorials/math/vectors_advanced.rst

@@ -23,7 +23,7 @@ because of its usage. (Just like we call (0,0) the Origin!).
 
 The plane passes by the origin and the
 surface of it is perpendicular to the unit vector (or *normal*). The
-side towards the vector points to is the positive half-space, while the
+side the vector points to is the positive half-space, while the
 other side is the negative half-space. In 3D this is exactly the same,
 except that the plane is an infinite surface (imagine an infinite, flat
 sheet of paper that you can orient and is pinned to the origin) instead