diff options
author | Halie Murray-Davis <hmurraydavis@yahoo.com> | 2018-10-25 04:55:34 +0000 |
---|---|---|
committer | Halie Murray-Davis <hmurraydavis@yahoo.com> | 2018-10-25 04:55:34 +0000 |
commit | fb62d6d96e869fea8d423cc6aaf7468b5bd1c5d4 (patch) | |
tree | 0a904e8519ecbaea9ac01558b1e8de6670a3f718 /doc | |
parent | b5f077d22cf0efe77f53e43d66c05e2bb2a1d36f (diff) |
Fix typo in tutorial documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TutorialReshapeSlicing.dox | 2 |
1 files changed, 1 insertions, 1 deletions
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 </td></tr></table> -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: <table class="example"> <tr><th>Example:</th><th>Output:</th></tr> <tr><td> |