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: |
---|---|