Cleanup: fix terminology in comment

This commit is contained in:
2020-06-11 15:39:53 +02:00
parent e44045745d
commit a364032dff

View File

@@ -433,7 +433,7 @@ class Set {
/**
* Creates a new slot array and reinserts all keys inside of that. This method can be used to get
* rid of dummy slots. Also this is useful for benchmarking the grow function.
* rid of removed slots. Also this is useful for benchmarking the grow function.
*/
void rehash()
{