Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDaniel committed Oct 15, 2016
1 parent f940ea8 commit 43b6b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/testing.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ due to bugs in the tests or bugs in the compiler. For example:
# output:
1..0
The above example is where a naive C<done-testing fails>. C<do-stuff()> returned
The above example is where a naive C<done-testing> fails. C<do-stuff()> returned
nothing and tested nothing, even though it should've returned results to test. But
the test suite doesn't know how many tests were meant to be run, so it passes.
Expand Down

0 comments on commit 43b6b02

Please sign in to comment.