mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:08:12 +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:
parent
8ba6cd6ab9
commit
5141c86587
7 changed files with 10 additions and 11 deletions
|
@ -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);
|
||||
)~~~");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue