Skip to content

Commit c58310a

Browse files
committed
Fix typo in documentation.
1 parent b15c970 commit c58310a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ representing the outer product of the two vectors. `crossProduct($otherVector)`
152152
normalized with `normalize()`. They may also be projected onto other vectors with `project($otherVector)`.
153153

154154
For measures of vector magnitude, `l1Norm()`, `l2Norm()`, and `maxNorm()` are all available, with `length()` as
155-
an aliax for `l2Norm()`.
155+
an alias for `l2Norm()`.
156156

157157
Links to relevant Wikipedia articles are provided in the function documentation for additional detail.
158158

0 commit comments

Comments
 (0)