Skip to content

Commit 8d99db8

Browse files
committed
Typo fix Warning -> warning
1 parent f8b5be2 commit 8d99db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ArrayInterface.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ each index.
189189
190190
See 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
227227
See 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.

0 commit comments

Comments
 (0)