From 25e408dbe5308109e10e244d675cf397bf77e1fc Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Fri, 3 Apr 2015 12:58:23 +0800 Subject: [PATCH] Typo --- example/capitalize/capitalize.cpp | 2 +- example/condense/condense.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.