fix typo in comment

This commit is contained in:
Anatoly Borisov 2023-10-18 12:58:49 +00:00
parent 0c9526912c
commit 877c2d1e9b

View File

@ -87,7 +87,7 @@ template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel, typena
* type of DenseBase::block(Index,Index,Index,Index) and DenseBase::block<int,int>(Index,Index) and
* most of the time this is the only way it is used.
*
* However, if you want to directly maniputate block expressions,
* However, if you want to directly manipulate block expressions,
* for instance if you want to write a function returning such an expression, you
* will need to use this class.
*