aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorAli Ibrahim <aibrahim2k2@gmail.com>2019-03-22 15:13:58 -0400
committerAli Ibrahim <aibrahim2k2@gmail.com>2019-03-22 15:13:58 -0400
commitb64cb9745217128086c9068c5964e3ea7b726e3c (patch)
treec524077adba4b878795a373deebc6be398d592c5 /activesupport/CHANGELOG.md
parent4c8a333ac1278ec49cc78097b1c64d00338c01f2 (diff)
downloadrails-b64cb9745217128086c9068c5964e3ea7b726e3c.tar.gz
rails-b64cb9745217128086c9068c5964e3ea7b726e3c.tar.bz2
rails-b64cb9745217128086c9068c5964e3ea7b726e3c.zip
Fix AS CHANGELOG typo
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 3d63420efd..03c9dfc546 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Update `ActiveSupport::Notifications::Instrumenter#instrument to make
+* Update `ActiveSupport::Notifications::Instrumenter#instrument` to make
passing a block optional. This will let users use
`ActiveSupport::Notifications` messaging features outside of
instrumentation.