Skip to content

Commit b455f1c

Browse files
authored
Fix grammar in binary-exp.md
an unit -> a unit. While the word unit starts with a 'u', the sound made pronounced is actually the of a consonant. Other phrases with similar properties include "a university" and "a unicorn".
1 parent f171f28 commit b455f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algebra/binary-exp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ a_{31} & a_ {32} & a_ {33} & a_ {34} \\
177177
a_{41} & a_ {42} & a_ {43} & a_ {44}
178178
\end{pmatrix}$$
179179

180-
that, when multiplied by a vector with the old coordinates and an unit gives a new vector with the new coordinates and an unit:
180+
that, when multiplied by a vector with the old coordinates and a unit gives a new vector with the new coordinates and a unit:
181181

182182
$$\begin{pmatrix} x & y & z & 1 \end{pmatrix} \cdot
183183
\begin{pmatrix}

0 commit comments

Comments
 (0)