aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_0_release_notes.md
diff options
context:
space:
mode:
authorYusuke Nakamura <yusuke1994525@gmail.com>2016-09-29 21:56:56 +0900
committerYusuke Nakamura <yusuke1994525@gmail.com>2016-09-29 21:56:56 +0900
commit86c0dccac13d469ae148a8365ac008c380acf935 (patch)
tree27e97c3e17e549c6369862947a4197d4bd3b0a66 /guides/source/5_0_release_notes.md
parent01221e1d08c17dee4e693ae2fa88d801c1ee69d7 (diff)
downloadrails-86c0dccac13d469ae148a8365ac008c380acf935.tar.gz
rails-86c0dccac13d469ae148a8365ac008c380acf935.tar.bz2
rails-86c0dccac13d469ae148a8365ac008c380acf935.zip
Fix typo in 5_0_release_notes.md doc [ci skip]
Diffstat (limited to 'guides/source/5_0_release_notes.md')
-rw-r--r--guides/source/5_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 50886a57a7..cc332cbf97 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -583,7 +583,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
* Removed support for the legacy `mysql` database adapter from core. Most users should
be able to use `mysql2`. It will be converted to a separate gem when when we find someone
- to maintain it. ([Pull Request 1](https://github.com/rails/rails/pull/22642)],
+ to maintain it. ([Pull Request 1](https://github.com/rails/rails/pull/22642),
[Pull Request 2](https://github.com/rails/rails/pull/22715))
* Removed support for the `protected_attributes` gem.