From 5b54b7f42976ead15962d4b0f871c8b003acba4d Mon Sep 17 00:00:00 2001 From: Mark Percival Date: Wed, 27 Feb 2019 15:40:07 +0000 Subject: [PATCH] Improve document readability --- lib/rotp/otp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rotp/otp.rb b/lib/rotp/otp.rb index 085e888..473b532 100644 --- a/lib/rotp/otp.rb +++ b/lib/rotp/otp.rb @@ -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 = {})