Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fn main() {
```

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