Fixed typo in a comment

This commit is contained in:
Mon ouïe 2012-07-22 23:48:04 +02:00
parent 64ec051563
commit dd98daa8fc
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Object
def __binding__
# If you ever feel like changing this method, be careful about variables
# that you use. They shouldn't be inserted into the binding that will
# eventually be retruning.
# eventually be returning.
# When you're cd'd into a class, methods you define should be added to it.
if is_a?(Module)