Skip to content

Commit

Permalink
Fix a typo in README-quick-start.md (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
stokhos committed Apr 4, 2021
1 parent d50f4ea commit 8d3b845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-quick-start.md
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

0 comments on commit 8d3b845

Please sign in to comment.