Skip to content

Commit

Permalink
remove old link
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed May 12, 2024
1 parent 89282aa commit ceae7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/coulomb-pureconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ val fail = bad.load[Config]
## Integer Values

In coulomb, conversion operations on integer values are considered to be
[truncating][truncating conversions].
truncating conversions.
They may lose precision due to integer truncation.
Truncating conversions are generally explicit only,
Truncating conversions are generally not supported in coulomb,
because this loss of precision is numerically unsafe.

In pureconfig I/O, however, there is no way to explicitly invoke a truncating conversion.
Expand Down

0 comments on commit ceae7bd

Please sign in to comment.