fix minor typo in doc

This commit is contained in:
Gael Guennebaud 2012-09-26 19:24:41 +02:00
parent 357fe3641d
commit 1edb396542

View File

@ -211,7 +211,7 @@ Here is a typical usage example:
\code
typedef Eigen::Triplet<double> T;
std::vector<T> tripletList;
triplets.reserve(estimation_of_entries);
tripletList.reserve(estimation_of_entries);
for(...)
{
// ...