mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-23 16:14:23 +00:00
Everywhere: "indexes" => "indices"
I've wasted a silly amount of time in the past fretting over which of these words to use. Let's just choose one and use it everywhere. :^)
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
virtual void update() override
|
||||
{
|
||||
did_update(GUI::Model::DontInvalidateIndexes);
|
||||
did_update(GUI::Model::DontInvalidateIndices);
|
||||
}
|
||||
|
||||
virtual void model_did_update([[maybe_unused]] unsigned flags) override
|
||||
|
||||
Reference in New Issue
Block a user