Skip to content

Commit 45665ba

Browse files
committed
Minor Typo
1 parent eff4a22 commit 45665ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/onelogin/ruby-saml/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def self.build_query(params)
6565
# @option params [OpenSSL::X509::Certificate] cert The Identity provider public certtificate
6666
# @option params [String] sig_alg The SigAlg parameter
6767
# @option params [String] signature The Signature parameter (base64 encoded)
68-
# @option params [String] query_string The SigAlg parameter
68+
# @option params [String] query_string The full GET Query String to be compared
6969
# @return [Boolean] True if the Signature is valid, False otherwise
7070
#
7171
def self.verify_signature(params)

0 commit comments

Comments
 (0)