diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2019-07-16 21:01:32 +0100 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2019-07-16 21:01:32 +0100 |
commit | d473561071082489fa3f6ce11b42c9beea9b0ddc (patch) | |
tree | d0ebaa00c6596587fd6241f12062abfcb06f5a54 /activerecord/lib | |
parent | 64fa70a9d1ab3cea4a024a358e8a7ac891a98880 (diff) | |
download | rails-d473561071082489fa3f6ce11b42c9beea9b0ddc.tar.gz rails-d473561071082489fa3f6ce11b42c9beea9b0ddc.tar.bz2 rails-d473561071082489fa3f6ce11b42c9beea9b0ddc.zip |
Add missing period [ci skip]
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/errors.rb | 2 |
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 |