Skip to content

Commit

Permalink
improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Oct 15, 2023
1 parent ed939ea commit df1fbf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/com/github/jlangch/venice/jsonl.venice
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
string. Defaults to false |
"""
:examples '(
"(jsonl/write-str {:a 100 :b 200})"
"(jsonl/write-str [{:a 100 :b 200} {:a 101 :b 201} {:a 102 :b 202}])" )
"(println (jsonl/write-str {:a 100 :b 200}))"
"(println (jsonl/write-str [{:a 100 :b 200} {:a 101 :b 201} {:a 102 :b 202}]))" )
:see-also '(
"jsonl/read-str") }

Expand Down

0 comments on commit df1fbf2

Please sign in to comment.