Skip to content

Commit

Permalink
Fix typos in Range.perl() .
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Apr 4, 2009
1 parent e0cf1ed commit 0310a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setting/Range.pm
Expand Up @@ -53,7 +53,7 @@ class Range is also {
'from => ' ~ $.from.perl,
'to => ' ~ $.to.perl,
'by => ' ~ $.by.perl,
'from_exlcusive => ' ~ $.to_exclusive.perl,
'from_exclusive => ' ~ $.from_exclusive.perl,
'to_exclusive => ' ~ $.to_exclusive.perl,
)
~ ')'
Expand Down

0 comments on commit 0310a36

Please sign in to comment.