Skip to content

Commit 97a4592

Browse files
committed
Merge pull request rails#27217 from roryokane/patch-1
Fix typo in Rails 5.0 release notes – “when when”
1 parent f46feba commit 97a4592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/5_0_release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,8 @@ Please refer to the [Changelog][active-record] for detailed changes.
586586
gem. ([Pull Request](https://github.com/rails/rails/pull/21161))
587587

588588
* Removed support for the legacy `mysql` database adapter from core. Most users should
589-
be able to use `mysql2`. It will be converted to a separate gem when when we find someone
590-
to maintain it. ([Pull Request 1](https://github.com/rails/rails/pull/22642)],
589+
be able to use `mysql2`. It will be converted to a separate gem when we find someone
590+
to maintain it. ([Pull Request 1](https://github.com/rails/rails/pull/22642),
591591
[Pull Request 2](https://github.com/rails/rails/pull/22715))
592592

593593
* Removed support for the `protected_attributes` gem.

0 commit comments

Comments
 (0)