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);