mirror of
https://github.com/nlohmann/json.git
synced 2026-03-27 03:12:48 +00:00
💬 replaced "backspace" with "backslash" #509
This commit is contained in:
@@ -11586,7 +11586,7 @@ class basic_json
|
||||
|
||||
// other characters after escape
|
||||
default:
|
||||
error_message = "invalid string: forbidden character after backspace";
|
||||
error_message = "invalid string: forbidden character after backslash";
|
||||
return token_type::parse_error;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user