diff --git a/lib/edtf/humanize/interval.rb b/lib/edtf/humanize/interval.rb index ad0da0e..8b06dce 100644 --- a/lib/edtf/humanize/interval.rb +++ b/lib/edtf/humanize/interval.rb @@ -9,7 +9,7 @@ def humanize "#{simple_date_format(self.from)}"\ "#{Edtf::Humanize.configuration.interval_connector}"\ "#{apply_if_approximate(self.to)}"\ - "#{simple_date_format(self.to)}"\ + "#{simple_date_format(self.to)}" end private