mirror of
https://github.com/nlohmann/json.git
synced 2026-09-03 00:48:10 +00:00
chore: fix typos (#4921)
Signed-off-by: co63oc <co63oc@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
/* Demonstration of type error exception with diagnostic postions support enabled */
|
||||
/* Demonstration of type error exception with diagnostic positions support enabled */
|
||||
int main()
|
||||
{
|
||||
//Invalid json string - housenumber type must be int instead of string
|
||||
|
||||
Reference in New Issue
Block a user