Skip to content

Commit 378f22c

Browse files
authored
Update README.md
1 parent a1cfcf9 commit 378f22c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ for the `+`, `-`, and `*` operators, and `abs` function, are being redirected. A
1212
incorporate the new method definitions. Some methods may not be recompiled, and may not adopt the new methods. This may also cause a long delay when running
1313
code the first time after these are set. Thus, I recommended that you only rarely change the default context.
1414

15-
The expression-level `@checked` and `@unchecked` work by rewriting the `+`, `-`, and `*` operators to methods specific to the checked or permissive operation,
16-
and thus are not affected by switching the default.
15+
The expression-level `@checked` and `@unchecked` work by rewriting the `+`, `-`, and `*` operators, and `abs` function, to methods specific to the checked or permissive operation, and thus are not affected by switching the default.
1716

1817
**NOTE:** If you set `@default_checked`, some operations that expect the Julia default of unchecked arithmetic may not work. Particularly hash functions.
1918
I've included here a number of such core Julia functions and applied the `@unchecked` macro to them so that they still work. If you encouter an error in

0 commit comments

Comments
 (0)