Skip to content

Commit 607c18f

Browse files
authored
Readme: fix typo in attribution. [skip ci]
1 parent 1d64ece commit 607c18f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ reading: [Suggested Improvements to JSON](http://bolinfest.com/essays/json.html)
214214

215215
[Douglas Crockford](http://www.crockford.com/) of course designed and built
216216
JSON, but his state machine diagrams on the [JSON website](http://json.org/), as
217-
cheesy as it may sound, gave me motivation and confidence that building a new
218-
parser to implement these ideas this was within my reach! The original
217+
cheesy as it may sound, gave us motivation and confidence that building a new
218+
parser to implement these ideas was within reach! The original
219219
implementation of JSON5 was also modeled directly off of Doug’s open-source
220-
[json_parse.js] parser. I’m super grateful for that clean and well-documented
220+
[json_parse.js] parser. We’re grateful for that clean and well-documented
221221
code.
222222

223223
[json_parse.js]:

0 commit comments

Comments
 (0)