aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-11-29 16:53:28 -0500
committerGitHub <noreply@github.com>2016-11-29 16:53:28 -0500
commit6f547a6813a026f0c88e63979b722dc5dcc0fddc (patch)
tree222ea36332117e7808222a77fea7912bd63e0293
parent7b583767498a14eb58f695952944b3710278f03c (diff)
parent4c0c7cba2b112765ac9e515e353c7daadffd3d8a (diff)
downloadrails-6f547a6813a026f0c88e63979b722dc5dcc0fddc.tar.gz
rails-6f547a6813a026f0c88e63979b722dc5dcc0fddc.tar.bz2
rails-6f547a6813a026f0c88e63979b722dc5dcc0fddc.zip
Merge pull request #27217 from roryokane/patch-1
Fix typo in Rails 5.0 release notes – “when when”
-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 a98f7be067..39753cbd6f 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -585,7 +585,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
gem. ([Pull Request](https://github.com/rails/rails/pull/21161))
* 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
+ be able to use `mysql2`. It will be converted to a separate gem when we find someone
to maintain it. ([Pull Request 1](https://github.com/rails/rails/pull/22642),
[Pull Request 2](https://github.com/rails/rails/pull/22715))