We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 102733b + cc05276 commit 2bae4ccCopy full SHA for 2bae4cc
README-quick-start.md
@@ -89,7 +89,7 @@ and compile, see what happens.
89
90
### How about create array of different type and having different initial values?
91
92
-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:
93
94
```rust
95
use ndarray::{Array, Ix3};
0 commit comments