Update README.md (#54)

Fixed minor wording mistake
This commit is contained in:
Dakota 2019-02-22 12:53:21 -05:00 committed by Daniel Lemire
parent 84a7cf3f31
commit 87512768f0
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ To simplify the engineering, we make some assumptions.
## Architecture
The parser works in three stages:
The parser works in two stages:
- Stage 1. (Find marks) Identifies quickly structure elements, strings, and so forth. We validate UTF-8 encoding at that stage.
- Stage 2. (Structure building) Involves constructing a "tree" of sort (materialized as a tape) to navigate through the data. Strings and numbers are parsed at this stage.