aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/QuickReference.dox
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2012-08-17 15:36:37 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2012-08-17 15:36:37 +0100
commitdee866a99a372dbbdcc8777e9a35da37ae3776a8 (patch)
tree7a399985e9034ab5f7bac3be379639bdb2ec3a52 /doc/QuickReference.dox
parent5eefca637e1c964426e8515b2493fbed816a789a (diff)
Undo incorrect fix in previous commit, and fix real mistake instead.
Diffstat (limited to 'doc/QuickReference.dox')
-rw-r--r--doc/QuickReference.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/QuickReference.dox b/doc/QuickReference.dox
index 3310d390a..31b8030f4 100644
--- a/doc/QuickReference.dox
+++ b/doc/QuickReference.dox
@@ -490,7 +490,7 @@ Read-write access to sub-vectors:
<tr><td>\code vec1.head(n)\endcode</td><td>\code vec1.head<n>()\endcode</td><td>the first \c n coeffs </td></tr>
<tr><td>\code vec1.tail(n)\endcode</td><td>\code vec1.tail<n>()\endcode</td><td>the last \c n coeffs </td></tr>
<tr><td>\code vec1.segment(pos,n)\endcode</td><td>\code vec1.segment<n>(pos)\endcode</td>
- <td>the \c n coeffs in \n the range [\c pos : \c pos + \c n [</td></tr>
+ <td>the \c n coeffs in the \n range [\c pos : \c pos + \c n - 1]</td></tr>
<tr class="alt"><td colspan="3">
Read-write access to sub-matrices:</td></tr>