Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp3rflow committed Apr 17, 2024
1 parent 917b4d4 commit fefb7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/esmeta/phase/Fuzz.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ case object Fuzz extends Phase[CFG, Coverage] {
if (k < 0 || k > 2) error("invalid debug level: please set 0 to 2")
else c.debug = k,
),
"turn on deug mode with level (0: no-debug, 1: partial, 2: all)",
"turn on debug mode with level (0: no-debug, 1: partial, 2: all)",
),
(
"timeout",
Expand Down

0 comments on commit fefb7c3

Please sign in to comment.