From ed67b6ea637f3642eea2e313fafdb6cb49e483c2 Mon Sep 17 00:00:00 2001 From: Jackneill Date: Sat, 24 Jan 2026 06:05:07 +0100 Subject: [PATCH] fix(docs): readme: spelling mistake --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8deda7f5f..a9630704e 100644 --- a/README.rst +++ b/README.rst @@ -70,10 +70,10 @@ your `Cargo.toml`. default `std` feature. To do so, use this in your `Cargo.toml`: :: - + [dependencies] ndarray = { version = "0.x.y", default-features = false } - + - The `geomspace` `linspace` `logspace` `range` `std` `var` `var_axis` and `std_axis` methods are only available when `std` is enabled. @@ -89,7 +89,7 @@ your `Cargo.toml`. - ``approx`` - - Implementations of traits the [`approx`] crate. + - Implementations of traits from the [`approx`] crate. - ``blas``