Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change my_upper top uppercase
  • Loading branch information
ingydotnet committed Feb 16, 2013
1 parent 6fcc8e8 commit 8602790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arguments.tml
Expand Up @@ -4,7 +4,7 @@ Plan = 3

*what.combine(*who) == *greeting
*what.combine('and', *else) == *greeting
*what.combine('and', *else.my_upper) == *upper_greeting
*what.combine('and', *else.uppercase) == *upper_greeting

=== Dear John
--- what: Dear
Expand Down

0 comments on commit 8602790

Please sign in to comment.