From 9483f149093ff34364ae14e44b38d28f18bd5bb1 Mon Sep 17 00:00:00 2001 From: rubiii Date: Tue, 4 Jun 2013 12:41:31 +0200 Subject: [PATCH] fixed typo [ci skip] --- lib/savon/wsdl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/savon/wsdl.rb b/lib/savon/wsdl.rb index 4c181308..ae81a6b7 100644 --- a/lib/savon/wsdl.rb +++ b/lib/savon/wsdl.rb @@ -13,7 +13,7 @@ def initialize(wsdl, http) @documents, @schemas = importer.import(wsdl) end - # Public: Returns the DocumenCollection. + # Public: Returns the DocumentCollection. attr_reader :documents # Public: Returns the SchemaCollection.