Skip to content

Commit

Permalink
fixed a doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Oct 19, 2023
1 parent 3488188 commit 8560653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/readme/json-lines.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ JSON can be slurped from Java InputStreams, Readers, or files
For memory efficient reading of large JSON Lines datasets use a transducer with
filter-map-reduce functionality:

_Note: make sure that Venice up-front macro expansion is activated when processing large datasets to get best performance!_
_Note: make sure that Venice' up-front macro expansion is activated when processing large datasets to get best performance!_

```clojure
(do
Expand Down

0 comments on commit 8560653

Please sign in to comment.