lib/csl/loader.rb in csl-1.1.0 vs lib/csl/loader.rb in csl-1.2.0

- old
+ new

@@ -20,11 +20,11 @@ # Resolves the passed-in path/name or string and loads the asset data. # The data will be passed on to the #parse method of the base class. # Typically, this will return a new instance of the class. # # @note - # The base class is exepcted to define a #parse method. + # The base class is expected to define a #parse method. # # @raise ParseError # # @return [Style, Locale] the parsed CSL resource def load(input) @@ -86,6 +86,6 @@ name end end -end \ No newline at end of file +end