File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ each index.
189189
190190See also [`SetIndex!`](@ref)
191191
192- !!! Warning
192+ !!! warning
193193 Passing `false` as `check` may result in incorrect results/crashes/corruption for
194194 out-of-bounds indices, similar to inappropriate use of `@inbounds`. The user is
195195 responsible for ensuring this is correctly used.
@@ -226,7 +226,7 @@ is `true`, requiring bounds checking for each index.
226226
227227See also [`GetIndex`](@ref)
228228
229- !!! Warning
229+ !!! warning
230230 Passing `false` as `check` may result in incorrect results/crashes/corruption for
231231 out-of-bounds indices, similar to inappropriate use of `@inbounds`. The user is
232232 responsible for ensuring this is correctly used.
You can’t perform that action at this time.
0 commit comments