Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oxford Commafication
  • Loading branch information
lizmat committed Jul 30, 2014
1 parent c9ad800 commit 6663be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Str.pm
Expand Up @@ -42,7 +42,7 @@ my class Str does Stringy { # declared in BOOTSTRAP
# has str $!value is box_target;

method WHY(Str:D:) {
nextsame if self ne "Life, the Universe and Everything";
nextsame if self ne "Life, the Universe, and Everything";
42;
}

Expand Down

0 comments on commit 6663be6

Please sign in to comment.