Skip to content

Commit 3268d07

Browse files
authored
README.md, fixed typo
1 parent dbee990 commit 3268d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Here is a comparison code between NumSharp and NumPy (left is python, right is C
2020
* [NDArray Slicing](https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html) and nested/recusive slicing (`nd["-1, ::2"]["1::3, :, 0"]`)
2121
* Axis iteration and support in all of our implemented functions.
2222
* Full and precise (to numpy) automatic type resolving and conversion (upcasting, downcasting and other cases)
23-
* Non-copy - most cases, similarly to numpy, do not perform copying but returns a view instead.
23+
* Non-copy - most cases, similarly to numpy, does not perform copying but returns a view instead.
2424
* Almost non-effort copy-pasting numpy code from python to C#.
2525

2626
### Implemented APIs

0 commit comments

Comments
 (0)