aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Tim Holy <holy@wustl.edu>2011-06-19 14:39:19 -0500
committerGravatar Tim Holy <holy@wustl.edu>2011-06-19 14:39:19 -0500
commit4a95badf7485ec95c57b1c01593a252b4119745d (patch)
tree0df565146e31ccbcf9dd5eaadfea402f1cd0dd15 /doc
parent2f32e485174c2049a7c364745b2aad091449602b (diff)
A first tiny test commit: fix a spelling error in the documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/C03_TutorialArrayClass.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/C03_TutorialArrayClass.dox b/doc/C03_TutorialArrayClass.dox
index 7d9e35b45..a1d8d6985 100644
--- a/doc/C03_TutorialArrayClass.dox
+++ b/doc/C03_TutorialArrayClass.dox
@@ -155,7 +155,7 @@ this doesn't have any runtime cost (provided that you let your compiler optimize
Both \link MatrixBase::array() .array() \endlink and \link ArrayBase::matrix() .matrix() \endlink
can be used as rvalues and as lvalues.
-Mixing matrices and arrays in an expression is forbidden with Eigen. For instance, you cannot add a amtrix and
+Mixing matrices and arrays in an expression is forbidden with Eigen. For instance, you cannot add a matrix and
array directly; the operands of a \c + operator should either both be matrices or both be arrays. However,
it is easy to convert from one to the other with \link MatrixBase::array() .array() \endlink and
\link ArrayBase::matrix() .matrix()\endlink. The exception to this rule is the assignment operator: it is