fixed typo

This commit is contained in:
Michele Caini
2018-05-15 14:16:24 +02:00
parent 700cf69f18
commit c2116b841e

View File

@@ -382,7 +382,7 @@ private:
* reference to the smallest set of candidate entities in order to get a
* performance boost when iterate.<br/>
* Order of elements during iterations are highly dependent on the order of the
* underlying data strctures. See SparseSet and its specializations for more
* underlying data structures. See SparseSet and its specializations for more
* details.
*
* @b Important