]> gitweb.factorcode.org Git - factor.git/commitdiff
math.matrices: Fix typo
authorgifti258 <80504430+gifti258@users.noreply.github.com>
Sun, 26 Dec 2021 19:36:59 +0000 (20:36 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 26 Dec 2021 19:38:22 +0000 (11:38 -0800)
basis/math/matrices/matrices-docs.factor

index 6a8595c7d1c5ffbe3b8da8fceca0c02569de1d50..95cb8242c072f39aebf81d407750938a546a158d 100644 (file)
@@ -109,7 +109,7 @@ $nl
 "By-element mathematical operations on a matrix:"
 { $subsections matrix-normalize mneg m+n m-n m*n m/n n+m n-m n*m n/m }
 
-"By-element mathematical operations of two matricess:"
+"By-element mathematical operations of two matrices:"
 { $subsections m+ m- m* m/ m~ }
 
 "Dot product (multiplication) of vectors and matrices:"