diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-04-26 20:14:08 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-04-26 20:14:08 -0400 |
commit | f52cdaac6336f99d13622ff9bda556a3124a4121 (patch) | |
tree | a608d08d2ad157af3c674d0ee8ce5d381d467177 /guides/source | |
parent | 5b515518212b67b9a20321f1d5e9e23f73670503 (diff) | |
download | rails-f52cdaac6336f99d13622ff9bda556a3124a4121.tar.gz rails-f52cdaac6336f99d13622ff9bda556a3124a4121.tar.bz2 rails-f52cdaac6336f99d13622ff9bda556a3124a4121.zip |
Pluralize methods
[ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/5_1_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index b81d6011ed..0f6167f1ee 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -562,7 +562,7 @@ Please refer to the [Changelog][active-support] for detailed changes. of the current date & time. ([Pull Request](https://github.com/rails/rails/pull/24930)) -* Introduced the `assert_changes` and `assert_no_changes` method for tests. +* Introduced the `assert_changes` and `assert_no_changes` methods for tests. ([Pull Request](https://github.com/rails/rails/pull/25393)) * The `travel` and `travel_to` methods now raise on nested calls. |