diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2019-07-11 13:43:50 -0300 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2019-07-23 12:20:47 +0900 |
commit | d33428611c8c3a3decf999ae17e0f33513c26861 (patch) | |
tree | f91d86164c2f3d9aa809a017bfb1c97a57178126 | |
parent | 2ee75971ef52a0c8faedf32f28b66bf64efa6a49 (diff) | |
download | rails-d33428611c8c3a3decf999ae17e0f33513c26861.tar.gz rails-d33428611c8c3a3decf999ae17e0f33513c26861.tar.bz2 rails-d33428611c8c3a3decf999ae17e0f33513c26861.zip |
Improve changelog entry, remove extraneous word [ci skip]
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 24f253fa92..d56d4c22de 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,5 @@ -* Allow the on_rotation proc used when decrypting/verifying a message to be - be passed at the constructor level. +* Allow the `on_rotation` proc used when decrypting/verifying a message to be + passed at the constructor level. Before: |