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