Skip to content

Commit de41df5

Browse files
Use monospace formatting [ci-skip]
1 parent 4d5b441 commit de41df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/encryption/encryptor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Encryptor
2020
# Defaults to +true+.
2121
# * <tt>:compressor</tt> - The compressor to use.
2222
# 1. If compressor is provided, it will be used.
23-
# 2. If not, it will use ActiveRecord::Encryption.config.compressor which default value is +Zlib+.
23+
# 2. If not, it will use +ActiveRecord::Encryption.config.compressor+ which default value is +Zlib+.
2424
# If you want to use a custom compressor, it must respond to +deflate+ and +inflate+.
2525
def initialize(compress: true, compressor: nil)
2626
@compress = compress

0 commit comments

Comments
 (0)