Skip to content

Commit

Permalink
Correct a few more typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Apr 17, 2024
1 parent dc5ed4f commit 9fecbb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jaq-play/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ no option yields `[1, 2] "x"`,

For example, with the filter `.` and the input `[1, 2] "x"`,
"raw" yields `"[ 1, 2 ] x"`,
"compact" yields `[1,2] x"`,
"tab" yields `[ 1, 2] "x"`, and
"compact" yields `[1,2] "x"`,
"tab" yields `[ 1, 2 ] "x"`, and
"indent" set to 2 yields `[ 1, 2 ] "x"`.
(To make the output more compact, I replaced newline with space.)

Expand Down

0 comments on commit 9fecbb1

Please sign in to comment.