Skip to content

Commit

Permalink
Merge pull request #17 from dchandekstark/patch-1
Browse files Browse the repository at this point in the history
Corrected typo
  • Loading branch information
inukshuk committed Apr 27, 2016
2 parents b9a16e4 + f83b0d4 commit 792b34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/edtf/interval.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def precision

# 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)
Expand Down Expand Up @@ -282,4 +282,4 @@ def edtf

end

end
end

0 comments on commit 792b34e

Please sign in to comment.