Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drKreso committed Mar 1, 2012
1 parent 7e45b47 commit dfadea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Support for combining complex string expressions (not for the performance, but f

```
def mark
year_of_manufacure <<
year_of_manufacture <<
city.blank? '' : city.address <<
person.blank? '' : person.name[2..4]
end
Expand Down

0 comments on commit dfadea4

Please sign in to comment.