From faf610c0feb0366510f802b740969e4132b8547a Mon Sep 17 00:00:00 2001 From: fmoor Date: Fri, 17 Jun 2016 21:58:57 -0700 Subject: [PATCH] Updated Encoding JSON (markdown) --- Encoding-JSON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Encoding-JSON.md b/Encoding-JSON.md index c6c26cd..3ac41ab 100644 --- a/Encoding-JSON.md +++ b/Encoding-JSON.md @@ -51,7 +51,7 @@ See also: ## Step 2: Build object tree in memory -Once the `JsonBuffer` is ready, can use it to build your in-memory representation of the JSON string. +Once the `JsonBuffer` is ready, you can use it to build your in-memory representation of the JSON string. #### Arrays