From d473561071082489fa3f6ce11b42c9beea9b0ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 16 Jul 2019 21:01:32 +0100 Subject: Add missing period [ci skip] --- activerecord/lib/active_record/errors.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') 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 -- cgit v1.2.3