mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
Libraries: Fix typos
This commit is contained in:
parent
9ec9886b04
commit
de72332920
Notes:
sideshowbarker
2024-07-18 03:16:24 +09:00
Author: https://github.com/nico
Commit: de72332920
Pull-request: https://github.com/SerenityOS/serenity/pull/10284
Reviewed-by: https://github.com/linusg ✅
9 changed files with 10 additions and 10 deletions
|
@ -1195,7 +1195,7 @@ bool ECMA262Parser::parse_quantifier(ByteCode& stack, size_t& match_length_minim
|
|||
repetition_mark = Repetition::Explicit;
|
||||
if (!parse_interval_quantifier(repeat_min, repeat_max)) {
|
||||
if (unicode) {
|
||||
// Invalid interval quantifiers are disallowed in Unicode mod - they must be esacped with '\{'.
|
||||
// Invalid interval quantifiers are disallowed in Unicode mod - they must be escaped with '\{'.
|
||||
set_error(Error::InvalidPattern);
|
||||
}
|
||||
return !has_error();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue