1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixed typo in comment

This commit is contained in:
Steve 2014-07-19 00:20:41 -07:00
parent 2fc823924a
commit 44bf33c959

View file

@ -27,7 +27,7 @@ module ActiveRecord
end.join("\n")
end.join("\n")
# Overriding inspect to be more human readable, specially in the console.
# Overriding inspect to be more human readable, especially in the console.
def str.inspect
self
end