aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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