Skip to content

Commit ed67b6e

Browse files
committed
fix(docs): readme: spelling mistake
1 parent f6a3205 commit ed67b6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ your `Cargo.toml`.
7070
default `std` feature. To do so, use this in your `Cargo.toml`:
7171

7272
::
73-
73+
7474
[dependencies]
7575
ndarray = { version = "0.x.y", default-features = false }
76-
76+
7777

7878
- The `geomspace` `linspace` `logspace` `range` `std` `var` `var_axis` and `std_axis`
7979
methods are only available when `std` is enabled.
@@ -89,7 +89,7 @@ your `Cargo.toml`.
8989

9090
- ``approx``
9191

92-
- Implementations of traits the [`approx`] crate.
92+
- Implementations of traits from the [`approx`] crate.
9393

9494
- ``blas``
9595

0 commit comments

Comments
 (0)