aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/message_encryptor.rb
diff options
context:
space:
mode:
authorT.J. Schuck <tj@tjschuck.com>2017-11-22 14:45:51 -0500
committerT.J. Schuck <tj@tjschuck.com>2017-11-22 14:45:51 -0500
commit3063ace1070e4ddb8d0cc09fbd23049e7b21617a (patch)
treee5d5a5978ec1ee537cc7e2352df2b2e7c7614b64 /activesupport/lib/active_support/message_encryptor.rb
parent858baa099b26f6b3e9eb8376d9c09559fe5cc599 (diff)
downloadrails-3063ace1070e4ddb8d0cc09fbd23049e7b21617a.tar.gz
rails-3063ace1070e4ddb8d0cc09fbd23049e7b21617a.tar.bz2
rails-3063ace1070e4ddb8d0cc09fbd23049e7b21617a.zip
Update incorrect backtick usage in RDoc to teletype
[ci skip]
Diffstat (limited to 'activesupport/lib/active_support/message_encryptor.rb')
-rw-r--r--activesupport/lib/active_support/message_encryptor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/message_encryptor.rb b/activesupport/lib/active_support/message_encryptor.rb
index 69c95e0622..27fd061947 100644
--- a/activesupport/lib/active_support/message_encryptor.rb
+++ b/activesupport/lib/active_support/message_encryptor.rb
@@ -58,8 +58,8 @@ module ActiveSupport
# === Rotating keys
#
# MessageEncryptor also supports rotating out old configurations by falling
- # back to a stack of encryptors. Call `rotate` to build and add an encryptor
- # so `decrypt_and_verify` will also try the fallback.
+ # back to a stack of encryptors. Call +rotate+ to build and add an encryptor
+ # so +decrypt_and_verify+ will also try the fallback.
#
# By default any rotated encryptors use the values of the primary
# encryptor unless specified otherwise.