From c81bdbdadc72b96dda3c4a120bfb189df62ece18 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 12 Nov 2018 22:06:33 +0100 Subject: Add manual doc on STL-compatible iterators --- doc/TutorialSlicingIndexing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/TutorialSlicingIndexing.dox') 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: -- cgit v1.2.3
Example:Output: