From fb62d6d96e869fea8d423cc6aaf7468b5bd1c5d4 Mon Sep 17 00:00:00 2001 From: Halie Murray-Davis Date: Thu, 25 Oct 2018 04:55:34 +0000 Subject: Fix typo in tutorial documentation. --- doc/TutorialReshapeSlicing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/TutorialReshapeSlicing.dox b/doc/TutorialReshapeSlicing.dox index 3730a5de6..44de786ea 100644 --- a/doc/TutorialReshapeSlicing.dox +++ b/doc/TutorialReshapeSlicing.dox @@ -50,7 +50,7 @@ For instance, one can skip every P elements in a vector: \verbinclude Tutorial_SlicingVec.out -One can olso take one column over three using an adequate outer-stride or inner-stride depending on the actual storage order: +One can also take one column over three using an adequate outer-stride or inner-stride depending on the actual storage order:
Example:Output:
-- cgit v1.2.3