Skip to content

Commit

Permalink
Improve document readability
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp committed Feb 27, 2019
1 parent ae438d0 commit 5b54b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rotp/otp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ class OTP

# @param [String] secret in the form of base32
# @option options digits [Integer] (6)
# Number of integers in the OTP
# Number of integers in the OTP.
# Google Authenticate only supports 6 currently
# @option options digest [String] (sha1)
# Digest used in the HMAC
# Digest used in the HMAC.
# Google Authenticate only supports 'sha1' currently
# @returns [OTP] OTP instantiation
def initialize(s, options = {})
Expand Down

0 comments on commit 5b54b7f

Please sign in to comment.