lib/relaton_cie/cie_bibliography.rb in relaton-cie-1.13.0 vs lib/relaton_cie/cie_bibliography.rb in relaton-cie-1.14.0

- old
+ new

@@ -11,17 +11,17 @@ end # @param code [String] the ECMA standard Code to look up (e..g "ECMA-6") # @param year [String] not used # @param opts [Hash] not used - # @return [RelatonBib::BibliographicItem] Relaton of reference + # @return [RelatonCie::BibliographicItem] Relaton of reference def get(code, _year = nil, _opts = {}) warn "[relaton-cie] (\"#{code}\") fetching..." result = search code if result warn "[relaton-cie] (\"#{code}\") found #{result.docidentifier.first.id}" else - warn "[relaton-cie] WARNING no match found online for #{code}. "\ + warn "[relaton-cie] WARNING no match found online for #{code}. " \ "The code must be exactly like it is on the standards website." end result end end