aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-04-11 10:54:58 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-04-11 10:54:58 +0200
commitfc6a0ebb1c98ab51c575bcd2688c1d9d11200267 (patch)
tree5238dafa402fc9d05903d5b2ff25bdb89c6637c3 /doc
parent643b6976493c122ffb7205cc3ab893f28f9e1634 (diff)
Typos in doc.
Diffstat (limited to 'doc')
-rw-r--r--doc/TutorialReshapeSlicing.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TutorialReshapeSlicing.dox b/doc/TutorialReshapeSlicing.dox
index eb0fb0df0..3730a5de6 100644
--- a/doc/TutorialReshapeSlicing.dox
+++ b/doc/TutorialReshapeSlicing.dox
@@ -37,10 +37,10 @@ Here is another example reshaping a 2x6 matrix to a 6x2 one:
\section TutorialSlicing Slicing
-Slicing consists in taking a set of rows, or columns, or elements, uniformly spaced within a matrix.
+Slicing consists in taking a set of rows, columns, or elements, uniformly spaced within a matrix.
Again, the class Map allows to easily mimic this feature.
-For instance, one can take skip every P elements in a vector:
+For instance, one can skip every P elements in a vector:
<table class="example">
<tr><th>Example:</th><th>Output:</th></tr>
<tr><td>