Skip to content

Commit 5ac46ba

Browse files
authored
Correct comment
1 parent 0e94402 commit 5ac46ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This package also adds a saturating mode, where values accumulate at the maximum
6969
# Evaluates to `typemax(Int64)`
7070

7171
@saturating abs(typemin(Int64))
72-
# Expands to `OverflowContexts.checked_abs(typemin(Int64))`
72+
# Expands to `OverflowContexts.saturating_abs(typemin(Int64))`
7373
# Evaluates to `typemax(Int64)`
7474
```
7575

0 commit comments

Comments
 (0)