From 582c96691b2fbc48b04f06cc6f3b1849ee325102 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 16 Jan 2017 13:36:56 +0100 Subject: [PATCH] Fix typo --- doc/snippets/Cwise_boolean_xor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/snippets/Cwise_boolean_xor.cpp b/doc/snippets/Cwise_boolean_xor.cpp index 99bcc5e09..fafbec806 100644 --- a/doc/snippets/Cwise_boolean_xor.cpp +++ b/doc/snippets/Cwise_boolean_xor.cpp @@ -1,2 +1,2 @@ -.Array3d v(-1,2,1), w(-3,2,3); +Array3d v(-1,2,1), w(-3,2,3); cout << ((v