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:
parent
2fc823924a
commit
44bf33c959
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue