Skip to content

Commit

Permalink
typo: interable -> iterable (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcaine authored Nov 22, 2022
1 parent 2999a5d commit 897bd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interval.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Interval{T, L <: Bound, R <: Bound}
An `Interval` represents a non-iterable range or span of values (non-interable because,
An `Interval` represents a non-iterable range or span of values (non-iterable because,
unlike a `StepRange`, no step is defined).
An `Interval` can be closed (both `first` and `last` are included in the interval), open
Expand Down

0 comments on commit 897bd75

Please sign in to comment.