aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/finder_methods.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-03-27 08:52:49 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-03-27 08:52:49 -0700
commit642ecd5cbea87b90c1ab2d2bebbb745ac3ac9670 (patch)
tree16ae52d3fbadb2b3ec6f79becf51a4f86731b639 /activerecord/lib/active_record/relation/finder_methods.rb
parent2a0534345cffb3ad8d3a082f622b8b3d4c290601 (diff)
parentb0ac116a965db7a84758da42350e7a328c94a50d (diff)
downloadrails-642ecd5cbea87b90c1ab2d2bebbb745ac3ac9670.tar.gz
rails-642ecd5cbea87b90c1ab2d2bebbb745ac3ac9670.tar.bz2
rails-642ecd5cbea87b90c1ab2d2bebbb745ac3ac9670.zip
Merge pull request #9952 from prathamesh-sonpatki/AR-typos
Fixed typos in activerecord
Diffstat (limited to 'activerecord/lib/active_record/relation/finder_methods.rb')
-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>.