aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TutorialSlicingIndexing.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2018-11-12 22:06:33 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2018-11-12 22:06:33 +0100
commitc81bdbdadc72b96dda3c4a120bfb189df62ece18 (patch)
treec8b348d22d891a70322ef9caed6001c949f301af /doc/TutorialSlicingIndexing.dox
parent0105146915c62f732841bb63d5c2046ed7cb3864 (diff)
Add manual doc on STL-compatible iterators
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>