Cleanup: to_bools comment
This commit is contained in:
@@ -340,7 +340,7 @@ class IndexMask : private IndexMaskData {
|
||||
*/
|
||||
void to_bits(MutableBitSpan r_bits) const;
|
||||
/**
|
||||
* Set the bools at indies in the mask to true and all others to false.
|
||||
* Set the bools at indices in the mask to true and all others to false.
|
||||
*/
|
||||
void to_bools(MutableSpan<bool> r_bools) const;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user