Skip to content

Commit

Permalink
doc: fix double word in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Nov 14, 2023
1 parent b1c76fe commit e7fe2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsley/shared/src/main/scala/parsley/debug.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ object debug {
* @define debug This combinator allows this parser to be debugged by providing a trace through the execution.
*
* When this combinator is entered, it will print the name assigned to the parser,
* as well as the current currenting input context for a few characters on either side.
* as well as the current input context for a few characters on either side.
* This parser is then executed. If it succeeded, this combinator again reports the
* name along with "`Good`" and the input context. If it failed, it reports the name
* along with "`Bad`" and the input context.
Expand Down

0 comments on commit e7fe2b7

Please sign in to comment.