Skip to content

Commit

Permalink
Fix typo found by std++
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Aug 14, 2012
1 parent 892a1d7 commit ff41d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-lexical-conventions/comments.t
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ use Test;
# comment() before seeing that I meant #`{ comment within this string.

#?pugs todo 'bug'
eva_lives_ok " #`<<\n comment\n # >>\n >> 3",
eval_lives_ok " #`<<\n comment\n # >>\n >> 3",
'single line comment cannot correctly nested within multiline';
}

Expand Down

0 comments on commit ff41d5c

Please sign in to comment.