mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
Now it is called `CaseInsensitiveASCIIStringViewTraits`, so we can be more specific about what data structure does it operate onto. ;)
This commit is contained in:
@@ -454,7 +454,7 @@ Optional<@return_type@> @method_name@(StringView key)
|
||||
)~~~");
|
||||
} else {
|
||||
generator.append(R"~~~(
|
||||
auto hash = CaseInsensitiveStringViewTraits::hash(key);
|
||||
auto hash = CaseInsensitiveASCIIStringViewTraits::hash(key);
|
||||
)~~~");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user