aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/MatrixBase_reshaped_int_int.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-02-21 17:10:55 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-02-21 17:10:55 +0100
commit5c68ba41a8b5fab7a742d786a12e7b3b92119b3e (patch)
treef2e3446e59f828e4ad53c03d96911227ed62a244 /doc/snippets/MatrixBase_reshaped_int_int.cpp
parentb0f55ef85a900a130fe244a0baacd0247db0cb3b (diff)
typos
Diffstat (limited to 'doc/snippets/MatrixBase_reshaped_int_int.cpp')
-rw-r--r--doc/snippets/MatrixBase_reshaped_int_int.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/MatrixBase_reshaped_int_int.cpp b/doc/snippets/MatrixBase_reshaped_int_int.cpp
index 4486d8347..af4ca592f 100644
--- a/doc/snippets/MatrixBase_reshaped_int_int.cpp
+++ b/doc/snippets/MatrixBase_reshaped_int_int.cpp
@@ -1,3 +1,3 @@
Matrix4i m = Matrix4i::Random();
cout << "Here is the matrix m:" << endl << m << endl;
-cout << "Here is m.reshape(2, 8):" << endl << m.reshaped(2, 8) << endl;
+cout << "Here is m.reshaped(2, 8):" << endl << m.reshaped(2, 8) << endl;