diff options
author | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2013-04-06 21:13:59 +0300 |
---|---|---|
committer | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2013-04-06 21:13:59 +0300 |
commit | 0974b392effe990a3c21d01862d4a31a9ae799b9 (patch) | |
tree | 7263f9f2ef06f065e07dc44df0c86ee16492d9ab | |
parent | 575838795019f7402992e3bfa83a0c5048cf143d (diff) | |
download | rails-0974b392effe990a3c21d01862d4a31a9ae799b9.tar.gz rails-0974b392effe990a3c21d01862d4a31a9ae799b9.tar.bz2 rails-0974b392effe990a3c21d01862d4a31a9ae799b9.zip |
Fix markdown formatting
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
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. |