aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2019-05-02 09:19:07 +0530
committerGitHub <noreply@github.com>2019-05-02 09:19:07 +0530
commit6b86bbea1f5d81ea8170ddefa73c5f42e9c59bb3 (patch)
treef21ac32b9e625462eb41f794a0966dda5e503d3e /guides
parent00edb8c91145729b3d9aeff1a540bdede0a9794e (diff)
downloadrails-6b86bbea1f5d81ea8170ddefa73c5f42e9c59bb3.tar.gz
rails-6b86bbea1f5d81ea8170ddefa73c5f42e9c59bb3.tar.bz2
rails-6b86bbea1f5d81ea8170ddefa73c5f42e9c59bb3.zip
Update guides/source/6_0_release_notes.md
Co-Authored-By: prathamesh-sonpatki <csonpatki@gmail.com>
Diffstat (limited to 'guides')
-rw-r--r--guides/source/6_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md
index 57c5dfcf2a..36cab0c404 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -781,7 +781,7 @@ Please refer to the [Changelog][active-support] for detailed changes.
`Time`, and `TimeWithZone`.
([Pull Request](https://github.com/rails/rails/pull/32185))
-* Fix bug where `URI.unscape` would fail with mixed Unicode/escaped character
+* Fix bug where `URI.unescape` would fail with mixed Unicode/escaped character
input.
([Pull Request](https://github.com/rails/rails/pull/32183))