From d199c17b14d976b4144b653d4811827efc1eb149 Mon Sep 17 00:00:00 2001 From: Karl Ljungkvist Date: Fri, 9 Oct 2020 07:51:36 +0000 Subject: Fix typo in Tutorial_BlockOperations_block_assignment.cpp --- doc/examples/Tutorial_BlockOperations_block_assignment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/examples/Tutorial_BlockOperations_block_assignment.cpp b/doc/examples/Tutorial_BlockOperations_block_assignment.cpp index 76f49f2fb..0b87313a1 100644 --- a/doc/examples/Tutorial_BlockOperations_block_assignment.cpp +++ b/doc/examples/Tutorial_BlockOperations_block_assignment.cpp @@ -14,5 +14,5 @@ int main() a.block<2,2>(1,1) = m; cout << "Here is now a with m copied into its central 2x2 block:" << endl << a << endl << endl; a.block(0,0,2,3) = a.block(2,1,2,3); - cout << "Here is now a with bottom-right 2x3 block copied into top-left 2x2 block:" << endl << a << endl << endl; + cout << "Here is now a with bottom-right 2x3 block copied into top-left 2x3 block:" << endl << a << endl << endl; } -- cgit v1.2.3