aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2019-03-22 12:29:35 -0700
committerGitHub <noreply@github.com>2019-03-22 12:29:35 -0700
commit1d2f553d16d8e3ee1dd6622b96ad98a72ea98d2d (patch)
treec524077adba4b878795a373deebc6be398d592c5
parent4c8a333ac1278ec49cc78097b1c64d00338c01f2 (diff)
parentb64cb9745217128086c9068c5964e3ea7b726e3c (diff)
downloadrails-1d2f553d16d8e3ee1dd6622b96ad98a72ea98d2d.tar.gz
rails-1d2f553d16d8e3ee1dd6622b96ad98a72ea98d2d.tar.bz2
rails-1d2f553d16d8e3ee1dd6622b96ad98a72ea98d2d.zip
Merge pull request #35710 from alimi/as-changelog-typo
Fix AS CHANGELOG typo
-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.