Skip to content

Commit

Permalink
Merge pull request #834 from acj/patch-1
Browse files Browse the repository at this point in the history
Fix function name typo in quickstart guide
  • Loading branch information
bluss committed Nov 28, 2020
2 parents 102733b + cc05276 commit 2bae4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-quick-start.md
Expand Up @@ -89,7 +89,7 @@ and compile, see what happens.

### How about create array of different type and having different initial values?

The [`from_elm`](http://docs.rs/ndarray/latest/ndarray/struct.ArrayBase.html#method.from_elem) method can be handy here:
The [`from_elem`](http://docs.rs/ndarray/latest/ndarray/struct.ArrayBase.html#method.from_elem) method can be handy here:

```rust
use ndarray::{Array, Ix3};
Expand Down

0 comments on commit 2bae4cc

Please sign in to comment.