Skip to content

Commit 8d3b845

Browse files
authored
Fix a typo in README-quick-start.md (#968)
1 parent d50f4ea commit 8d3b845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fn main() {
100100
```
101101

102102
### Some common create helper functions
103-
`linspace` - Create a 1-D array with 21 elements with values 0., …, 5.
103+
`linspace` - Create a 1-D array with 11 elements with values 0., …, 5.
104104
```rust
105105
use ndarray::prelude::*;
106106
use ndarray::{Array, Ix3};

0 commit comments

Comments
 (0)