Skip to content

Commit d0d9c25

Browse files
authored
typo
1 parent 9a29575 commit d0d9c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ualgebra.js is a tiny javascript linear algebra library.
2-
It contains numerical implementations of basic matric operations.
2+
It contains numerical implementations of basic matrix operations.
33

44
Keep in mind that this this contains only numerical implementations. There's no type checking of any kind nor suport for rational numbers.
55
This is _not_ a symbolic calculus tool either.
@@ -51,4 +51,4 @@ ones(3,3); //returns [[1,1,1],[1,1,1],[1,1,1]]
5151

5252
identity(4); //returns [[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]]
5353

54-
```
54+
```

0 commit comments

Comments
 (0)