aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/CustomizingEigen.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/CustomizingEigen.dox')
-rw-r--r--doc/CustomizingEigen.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CustomizingEigen.dox b/doc/CustomizingEigen.dox
index f51c02e27..49ab4d961 100644
--- a/doc/CustomizingEigen.dox
+++ b/doc/CustomizingEigen.dox
@@ -2,7 +2,7 @@ namespace Eigen {
/** \page CustomizingEigen Customizing/Extending Eigen
-Eigen2 can be extended in several way, for instance, by defining global methods, \ref ExtendingMatrixBase "by adding custom methods to MatrixBase", adding support to \ref CustomScalarType "custom types" etc.
+Eigen2 can be extended in several ways, for instance, by defining global methods, \ref ExtendingMatrixBase "by adding custom methods to MatrixBase", adding support to \ref CustomScalarType "custom types" etc.
\b Table \b of \b contents
- \ref ExtendingMatrixBase