We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e94402 commit 5ac46baCopy full SHA for 5ac46ba
README.md
@@ -69,7 +69,7 @@ This package also adds a saturating mode, where values accumulate at the maximum
69
# Evaluates to `typemax(Int64)`
70
71
@saturating abs(typemin(Int64))
72
-# Expands to `OverflowContexts.checked_abs(typemin(Int64))`
+# Expands to `OverflowContexts.saturating_abs(typemin(Int64))`
73
74
```
75
0 commit comments