aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2019-07-16 21:01:32 +0100
committerRafael Mendonça França <rafaelmfranca@gmail.com>2019-07-16 21:01:32 +0100
commitd473561071082489fa3f6ce11b42c9beea9b0ddc (patch)
treed0ebaa00c6596587fd6241f12062abfcb06f5a54 /activerecord
parent64fa70a9d1ab3cea4a024a358e8a7ac891a98880 (diff)
downloadrails-d473561071082489fa3f6ce11b42c9beea9b0ddc.tar.gz
rails-d473561071082489fa3f6ce11b42c9beea9b0ddc.tar.bz2
rails-d473561071082489fa3f6ce11b42c9beea9b0ddc.zip
Add missing period [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/errors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/errors.rb b/activerecord/lib/active_record/errors.rb
index 012ff8c46f..fa2df3a9ce 100644
--- a/activerecord/lib/active_record/errors.rb
+++ b/activerecord/lib/active_record/errors.rb
@@ -365,7 +365,7 @@ module ActiveRecord
class QueryCanceled < StatementInvalid
end
- # AdapterTimeout will be raised when database clients times out while waiting from the server
+ # AdapterTimeout will be raised when database clients times out while waiting from the server.
class AdapterTimeout < StatementInvalid
end