aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TutorialSlicingIndexing.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TutorialSlicingIndexing.dox')
-rw-r--r--doc/TutorialSlicingIndexing.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TutorialSlicingIndexing.dox b/doc/TutorialSlicingIndexing.dox
index 2e5543539..3b60eac6e 100644
--- a/doc/TutorialSlicingIndexing.dox
+++ b/doc/TutorialSlicingIndexing.dox
@@ -221,7 +221,7 @@ i = ind[i];
\endcode
This means you can easily build your own fancy sequence generator and pass it to `operator()`.
-Here is an exemple enlarging a given matrix while padding the first rows and columns through repetition:
+Here is an exemple enlarging a given matrix while padding the additional first rows and columns through repetition:
<table class="example">
<tr><th>Example:</th><th>Output:</th></tr>