File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ following meanings:
47
47
* `ALWAYS_TRUE`: this method is guaranteed to not execute any undefined behavior (for any input).
48
48
* `ALWAYS_FALSE`: this method may execute undefined behavior.
49
49
* `NOUB_IF_NOINBOUNDS`: this method is guaranteed to not execute any undefined behavior
50
- under the assumption that its `@checkbounds ` code is not elided (which happens when the
50
+ under the assumption that its `@boundscheck ` code is not elided (which happens when the
51
51
caller does not set nor propagate the `@inbounds` context)
52
52
Note that undefined behavior may technically cause the method to violate any other effect
53
53
assertions (such as `:consistent` or `:effect_free`) as well, but we do not model this,
You can’t perform that action at this time.
0 commit comments