aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/StlContainers.dox
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-01-12 16:14:13 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-01-12 16:14:13 +0000
commit24fd14dab62b66a1762ce72bbb117df3726edf1d (patch)
tree7657c3fd08edeb1f1986ec36350d928b70c0053a /doc/StlContainers.dox
parent4d44ca226e1b2b0696b382d34e913e701bc85eaf (diff)
* minor dox tweaks
* pretext to bump to beta6
Diffstat (limited to 'doc/StlContainers.dox')
-rw-r--r--doc/StlContainers.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/StlContainers.dox b/doc/StlContainers.dox
index 07420ab28..433ae8a72 100644
--- a/doc/StlContainers.dox
+++ b/doc/StlContainers.dox
@@ -14,7 +14,7 @@ Using STL containers on \ref FixedSizeVectorizable "fixed-size vectorizable Eige
\li A 16-byte-aligned allocator must be used. Eigen does provide one ready for use: aligned_allocator.
\li If you want to use the std::vector container, you need to #include <Eigen/StdVector>.
-These issues happen only with \ref FixedSizeVectorizable "fixed-size vectorizable Eigen types". For other Eigen types, such as Vector3f or MatrixXd, no special care is needed when using STL containers.
+These issues arise only with \ref FixedSizeVectorizable "fixed-size vectorizable Eigen types". For other Eigen types, such as Vector3f or MatrixXd, no special care is needed when using STL containers.
\section allocator Using an aligned allocator