mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-13 01:43:13 +08:00
fix typo in comment
This commit is contained in:
parent
0c9526912c
commit
877c2d1e9b
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user