Skip to content

Commit

Permalink
fix typo on TwicePrecision docs (#46813)
Browse files Browse the repository at this point in the history
  • Loading branch information
udohjeremiah authored Sep 18, 2022
1 parent 433b11f commit 86e0c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/twiceprecision.jl
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ div12(x, y) = div12(promote(x, y)...)
A number with twice the precision of `T`, e.g., quad-precision if `T =
Float64`.
!!! warn
!!! warning
`TwicePrecision` is an internal type used to increase the
precision of floating-point ranges, and not intended for external use.
If you encounter them in real code, the most likely explanation is
Expand Down

0 comments on commit 86e0c6a

Please sign in to comment.