Skip to content

Commit 0610074

Browse files
authored
Merge pull request #11 from serg06/patch-1
Fix typo
2 parents 28fd0fd + 562a8a5 commit 0610074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ for(var i=0; i<dest.shape[0]; ++i) {
6262
}
6363
```
6464

65-
It is up to you to specify where the result gets store. This library does not create new arrays for you to avoid performing expensive intermediate allocations. There are also a few other variations:
65+
It is up to you to specify where the result gets stored. This library does not create new arrays for you to avoid performing expensive intermediate allocations. There are also a few other variations:
6666

6767
```javascript
6868
ops.addeq(dest, arg1)

0 commit comments

Comments
 (0)