aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/transactions.rb
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-08-16 12:55:29 -0400
committerJon Moss <me@jonathanmoss.me>2017-08-16 12:55:29 -0400
commit00a47d58ecb4587510ff3d721a692561abbe3ba2 (patch)
tree433fea7da0a9a082455bff33dd9907792d029fcb /activerecord/lib/active_record/transactions.rb
parent58e971c2d1f89cccda4f7494b30635e041596b31 (diff)
downloadrails-00a47d58ecb4587510ff3d721a692561abbe3ba2.tar.gz
rails-00a47d58ecb4587510ff3d721a692561abbe3ba2.tar.bz2
rails-00a47d58ecb4587510ff3d721a692561abbe3ba2.zip
Add space
[ci skip]
Diffstat (limited to 'activerecord/lib/active_record/transactions.rb')
-rw-r--r--activerecord/lib/active_record/transactions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/transactions.rb b/activerecord/lib/active_record/transactions.rb
index b2f5e39e09..603dee8c0d 100644
--- a/activerecord/lib/active_record/transactions.rb
+++ b/activerecord/lib/active_record/transactions.rb
@@ -190,7 +190,7 @@ module ActiveRecord
#
# === Caveats
#
- # If you're on MySQL, then do not use Data Definition Language(DDL) operations in nested
+ # If you're on MySQL, then do not use Data Definition Language (DDL) operations in nested
# transactions blocks that are emulated with savepoints. That is, do not execute statements
# like 'CREATE TABLE' inside such blocks. This is because MySQL automatically
# releases all savepoints upon executing a DDL operation. When +transaction+