lib/edtf/interval.rb in edtf-2.3.0 vs lib/edtf/interval.rb in edtf-2.3.1

- old
+ new

@@ -68,11 +68,11 @@ min.precision || max.precision end # Returns true if the precisions of start and end date are not the same. def mixed_precision? - min.precsion != max.precision + min.precision != max.precision end def each(&block) step(1, &block) end @@ -280,6 +280,6 @@ alias to_s edtf end -end \ No newline at end of file +end