aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2014-03-10 23:07:25 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2014-03-10 23:07:25 +0530
commitd41154094a332a3dd797c4148894fbcd1e5ad5ff (patch)
tree2565235f9a8978502d254035c55ef8ae071af9a0
parent6e3ab3e15faf782f6a937ccf5574a4fb63e3e353 (diff)
parent2c634f01fa6c4f90c4ec098a9f88f904aba01bf6 (diff)
downloadrails-d41154094a332a3dd797c4148894fbcd1e5ad5ff.tar.gz
rails-d41154094a332a3dd797c4148894fbcd1e5ad5ff.tar.bz2
rails-d41154094a332a3dd797c4148894fbcd1e5ad5ff.zip
Merge pull request #14343 from garysweaver/master
minor fix to 4.1 rel notes for begin_transaction joinable option
-rw-r--r--guides/source/4_1_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md
index 6abbb799c8..f368268a37 100644
--- a/guides/source/4_1_release_notes.md
+++ b/guides/source/4_1_release_notes.md
@@ -388,7 +388,7 @@ for detailed changes.
* Removed deprecated `scope` use without passing a callable object.
* Removed deprecated `transaction_joinable=` in favor of `begin_transaction`
- with `d:joinable` option.
+ with a `:joinable` option.
* Removed deprecated `decrement_open_transactions`.