Skip to content

Commit

Permalink
Documentation: return value type of trim (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanuxem authored Aug 26, 2024
1 parent 29ea117 commit 1ca3c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/arb/Complex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ end
@doc raw"""
trim(x::ComplexFieldElem)
Return an `AcbFieldElem` box containing $x$ but which may be more economical,
Return an `ComplexFieldElem` box containing $x$ but which may be more economical,
by rounding off insignificant bits from midpoints.
"""
function trim(x::ComplexFieldElem)
Expand Down
2 changes: 1 addition & 1 deletion src/arb/Real.jl
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ end
@doc raw"""
trim(x::RealFieldElem)
Return an `ArbFieldElem` interval containing $x$ but which may be more economical,
Return an `RealFieldElem` interval containing $x$ but which may be more economical,
by rounding off insignificant bits from the midpoint.
"""
function trim(x::RealFieldElem)
Expand Down

0 comments on commit 1ca3c48

Please sign in to comment.