Cleanup: to_bools comment

This commit is contained in:
Pratik Borhade
2023-12-03 15:41:04 +05:30
parent 8933284518
commit b1ac047af4
+1 -1
View File
@@ -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;
/**