aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAgis Anastasopoulos <corestudiosinc@gmail.com>2013-04-06 21:13:59 +0300
committerAgis Anastasopoulos <corestudiosinc@gmail.com>2013-04-06 21:13:59 +0300
commit0974b392effe990a3c21d01862d4a31a9ae799b9 (patch)
tree7263f9f2ef06f065e07dc44df0c86ee16492d9ab /activesupport
parent575838795019f7402992e3bfa83a0c5048cf143d (diff)
downloadrails-0974b392effe990a3c21d01862d4a31a9ae799b9.tar.gz
rails-0974b392effe990a3c21d01862d4a31a9ae799b9.tar.bz2
rails-0974b392effe990a3c21d01862d4a31a9ae799b9.zip
Fix markdown formatting
Diffstat (limited to 'activesupport')
-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.