aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index fcb6b09e77..a4c6ea4236 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -6,7 +6,7 @@
*Agis Anastasopoulos*
-* `fast_xs` support has been removed. Use 'String#encode(xml: :attr)`.
+* `fast_xs` support has been removed. Use `String#encode(xml: :attr)`.
* `ActiveSupport::Notifications::Instrumenter#instrument` should yield
its payload.