Skip to content

Commit cc05276

Browse files
authored
Fix function name typo in quickstart guide
1 parent f69248e commit cc05276

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
@@ -89,7 +89,7 @@ and compile, see what happens.
8989

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

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

9494
```rust
9595
use ndarray::{Array, Ix3};

0 commit comments

Comments
 (0)