Skip to content

Commit

Permalink
Update discrete.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare authored Jul 29, 2024
1 parent 35ed25e commit 6c3e536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discrete.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ArbitraryDomain(elements) = ArbitraryDomain(Set(elements))
"""
domain(values)
domain(range::R) where {T <: Real, R <: AbstractRange{T}}
Construct either a `SetDomain` or a `RangeDomain``.
Construct either a `SetDomain` or a `RangeDomain`.
```julia
d1 = domain(1:5)
d2 = domain([53.69, 89.2, 0.12])
Expand Down

0 comments on commit 6c3e536

Please sign in to comment.