From fc361a7f2f3f1b9db5c00ad52e5b7ca5ecad79e1 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 15 May 2008 20:46:20 +0000 Subject: [PATCH] Fixed grammar --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402240 --- examples/matrix_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/matrix_ex.cpp b/examples/matrix_ex.cpp index 02b17cffd..78ccc8e7e 100644 --- a/examples/matrix_ex.cpp +++ b/examples/matrix_ex.cpp @@ -173,7 +173,7 @@ int main() - The is only one caveat in all of this. It is for statements that involve + There is only one caveat in all of this. It is for statements that involve the multiplication of a complex matrix_exp such as the following: */ x = M*(M+M+M+M+M+M+M);