Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Magnus Henoch <magnus.henoch@gmail.com>
  • Loading branch information
michalmuskala and legoscia committed Feb 12, 2024
1 parent 8b94fc5 commit 85eaa90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eeps/eep-0068.md
Expand Up @@ -105,7 +105,7 @@ and others the same data produce a stream of events that can later
be processed to extract values.

The first kind, which we'll call here value-based, is generally simpler,
usually more efficient, and more convient to use. The second one offers
usually more efficient, and more convenient to use. The second one offers
unique advantages in specific use-cases: for example, where data
can't fully fit into memory.

Expand Down Expand Up @@ -181,9 +181,9 @@ features seen in open-source JSON libraries:

Furthermore, this allows the user to only retain parts of the data structure
to achieve results similar to using a streaming SAX-like parser for data
that does't fully fit into memory.
that doesn't fully fit into memory.
All the callbacks are optional and have a default value correspnding to the
All the callbacks are optional and have a default value corresponding to the
"simple" API behaviour and using lists as accumulators.
### Incomplete data parsing
Expand Down

0 comments on commit 85eaa90

Please sign in to comment.