Skip to content

Commit

Permalink
Merge pull request #2 from wconrad/fix-typo-in-readme-example
Browse files Browse the repository at this point in the history
Fix method name in Readme example
  • Loading branch information
mblumtritt committed Feb 11, 2015
2 parents e039dfa + 1ecbdbd commit 62f31f1
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 @@ -46,7 +46,7 @@ class MySample
def clean
clear
end
deprecate :clean, :clear, 'next version'
deprecated :clean, :clear, 'next version'

end
```
Expand Down

0 comments on commit 62f31f1

Please sign in to comment.