mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
LibJS: Make InvalidIndex
detail the full range of allowed values
This commit is contained in:
parent
daca9f5995
commit
92d0cd3c7c
Notes:
github-actions[bot]
2025-03-20 08:45:20 +00:00
Author: https://github.com/ttrssreal Commit: https://github.com/LadybirdBrowser/ladybird/commit/92d0cd3c7cc Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3994 Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
M(InvalidEnumerationValue, "Invalid value '{}' for enumeration type '{}'") \
|
||||
M(InvalidFractionDigits, "Fraction Digits must be an integer no less than 0, and no greater than 100") \
|
||||
M(InvalidHint, "Invalid hint: \"{}\"") \
|
||||
M(InvalidIndex, "Index must be a positive integer") \
|
||||
M(InvalidIndex, "Index must be a positive integer no greater than 2^53-1") \
|
||||
M(InvalidLeftHandAssignment, "Invalid left-hand side in assignment") \
|
||||
M(InvalidLength, "Invalid {} length") \
|
||||
M(InvalidNormalizationForm, "The normalization form must be one of NFC, NFD, NFKC, NFKD. Got '{}'") \
|
||||
|
|
Loading…
Add table
Reference in a new issue