From 469f2bf503fbfca1f4e1d5d467131f492fa11539 Mon Sep 17 00:00:00 2001 From: Stokhos Date: Sun, 4 Apr 2021 10:35:53 -0400 Subject: [PATCH] fixed a typo --- README-quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-quick-start.md b/README-quick-start.md index a6f07310d..981ef3e9c 100644 --- a/README-quick-start.md +++ b/README-quick-start.md @@ -100,7 +100,7 @@ fn main() { ``` ### Some common create helper functions -`linspace` - Create a 1-D array with 21 elements with values 0., …, 5. +`linspace` - Create a 1-D array with 11 elements with values 0., …, 5. ```rust use ndarray::prelude::*; use ndarray::{Array, Ix3};