aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorCarson McDonald <carson@ioncannon.net>2013-03-18 09:27:23 -0400
committerCarson McDonald <carson@ioncannon.net>2013-03-18 09:27:23 -0400
commitb5c6a9e5287584a73958e00184d55ed4638f36ac (patch)
tree78af84bb70a9b76b11122cb9cccfe771f46bbecb /activerecord/lib/active_record
parent455948c5080031811f11dcc075095a2bb650e61b (diff)
downloadrails-b5c6a9e5287584a73958e00184d55ed4638f36ac.tar.gz
rails-b5c6a9e5287584a73958e00184d55ed4638f36ac.tar.bz2
rails-b5c6a9e5287584a73958e00184d55ed4638f36ac.zip
Fix typo, ording to ordering
[ci skip]
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/relation/finder_methods.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/relation/finder_methods.rb b/activerecord/lib/active_record/relation/finder_methods.rb
index 14520381c9..e2685d0478 100644
--- a/activerecord/lib/active_record/relation/finder_methods.rb
+++ b/activerecord/lib/active_record/relation/finder_methods.rb
@@ -37,7 +37,7 @@ module ActiveRecord
end
# Finds the first record matching the specified conditions. There
- # is no implied ording so if order matters, you should specify it
+ # is no implied ordering so if order matters, you should specify it
# yourself.
#
# If no record is found, returns <tt>nil</tt>.