Skip to content

Commit ffff10c

Browse files
parndtioquatix
authored andcommitted
Fix typo ehancement -> enhancement
While reading the docs for `Rack::Session::Encryptor` I noticed the typo.
1 parent b00e546 commit ffff10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rack/session/encryptor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class InvalidMessage < Error
2626
# Options may include:
2727
# * :serialize_json
2828
# Use JSON for message serialization instead of Marshal. This can be
29-
# viewed as a security ehancement.
29+
# viewed as a security enhancement.
3030
# * :pad_size
3131
# Pad encrypted message data, to a multiple of this many bytes
3232
# (default: 32). This can be between 2-4096 bytes, or +nil+ to disable

0 commit comments

Comments
 (0)