diff --git a/example/capitalize/capitalize.cpp b/example/capitalize/capitalize.cpp index dd94d24..a19ed50 100644 --- a/example/capitalize/capitalize.cpp +++ b/example/capitalize/capitalize.cpp @@ -1,4 +1,4 @@ -// JSON condenser exmaple +// JSON condenser example // This example parses JSON from stdin with validation, // and re-output the JSON content to stdout with all string capitalized, and without whitespace. diff --git a/example/condense/condense.cpp b/example/condense/condense.cpp index 05e2007..d77f2c7 100644 --- a/example/condense/condense.cpp +++ b/example/condense/condense.cpp @@ -1,4 +1,4 @@ -// JSON condenser exmaple +// JSON condenser example // This example parses JSON text from stdin with validation, // and re-output the JSON content to stdout without whitespace.