Fix typo in tutorial documentation.

This commit is contained in:
Halie Murray-Davis 2018-10-25 04:55:34 +00:00
parent b5f077d22c
commit fb62d6d96e

View File

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