2 typos fix in the 3rd table.
diff --git a/doc/TutorialSlicingIndexing.dox b/doc/TutorialSlicingIndexing.dox
index 2fad692..8b067df 100644
--- a/doc/TutorialSlicingIndexing.dox
+++ b/doc/TutorialSlicingIndexing.dox
@@ -130,12 +130,12 @@
</tr>
<tr>
<td>Bottom-right corner of A of size \c m times \c n</td>
- <td>\code v(lastN(m), lastN(n)) \endcode</td>
+ <td>\code A(lastN(m), lastN(n)) \endcode</td>
<td>\code A.bottomRightCorner(m,n) \endcode</td>
</tr>
<tr>
<td>Bottom-right corner of A of size \c m times \c n</td>
- <td>\code v(lastN(m), lastN(n)) \endcode</td>
+ <td>\code A(lastN(m), lastN(n)) \endcode</td>
<td>\code A.bottomRightCorner(m,n) \endcode</td>
</tr>
<tr>