Skip to content

Commit

Permalink
copy-paste-programming strikes again!
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed May 7, 2015
1 parent ee6b3c1 commit c1931f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/JSON/Fast.pm
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ my sub parse-thing(str $text, int $pos is rw) {
} elsif $initial eq 'f' {
if nqp::eqat($text, 'alse', $pos) {
$pos = $pos + 4;
True
False
}
} else {
die "can't parse objects starting in $initial yet."
Expand Down

0 comments on commit c1931f4

Please sign in to comment.