Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsipher committed Jun 17, 2024
1 parent 64364cd commit 50608f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infinite_domains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end

# CollectionDomain
function round_domain(domain::CollectionDomain, sig_digits::Int)
return CollectionDomain([_round_domain(d, sig_digits) for d in domain.domains])
return CollectionDomain([round_domain(d, sig_digits) for d in domain.domains])
end

################################################################################
Expand Down

0 comments on commit 50608f3

Please sign in to comment.