mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
Meta: Fix typos
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 03:16:28 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/9ec9886b04b Pull-request: https://github.com/SerenityOS/serenity/pull/10284 Reviewed-by: https://github.com/linusg ✅
@@ -951,7 +951,7 @@ static void normalize_script_extensions(PropList& script_extensions, PropList co
|
||||
|
||||
// Lastly, the Common and Inherited script extensions are special. They must not contain any
|
||||
// code points which appear in other script extensions. The ScriptExtensions UCD file does not
|
||||
// list these extensions, therefore this peculiarity must be handled programatically.
|
||||
// list these extensions, therefore this peculiarity must be handled programmatically.
|
||||
// https://www.unicode.org/reports/tr24/#Assignment_ScriptX_Values
|
||||
auto code_point_has_other_extension = [&](StringView key, u32 code_point) {
|
||||
for (auto const& extension : extensions) {
|
||||
|
||||
Reference in New Issue
Block a user