Skip to content

Commit b3ac5bd

Browse files
committed
Fix #413 Minor typo
1 parent 186e229 commit b3ac5bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/onelogin/ruby-saml/idp_metadata_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def parse_to_hash(idp_metadata, options = {})
103103
@entity_descriptor = nil
104104

105105
if idpsso_descriptor.nil?
106-
raise ArgumentError.new("idp_metadata may contain an IDPSSODescriptor element")
106+
raise ArgumentError.new("idp_metadata must contain an IDPSSODescriptor element")
107107
end
108108

109109
{

0 commit comments

Comments
 (0)