Skip to content

Commit

Permalink
Fix example string parser in repeat_while docs (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusmuller committed May 20, 2023
1 parent 604cbc0 commit 0b9dcb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/nimble_parsec.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1604,6 +1604,7 @@ defmodule NimbleParsec do
utf8_char([])
])
)
|> ascii_char([?"])
|> reduce({List, :to_string, []})
end
Expand Down

0 comments on commit 0b9dcb3

Please sign in to comment.