Skip to content

Commit a73cf97

Browse files
committed
Typos
1 parent 1ac546f commit a73cf97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/KernelAbstractions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ end
564564
Returns whether `@atomic` operations are supported by the backend.
565565
566566
!!! note
567-
Backend implementations **must** implement this function,
567+
Backend implementations **must** implement this function
568568
only if they **do not** support atomic operations with Atomix.
569569
"""
570570
supports_atomics(::Backend) = true
@@ -575,7 +575,7 @@ supports_atomics(::Backend) = true
575575
Returns whether `Float64` values are supported by the backend.
576576
577577
!!! note
578-
Backend implementations **must** implement this function,
578+
Backend implementations **must** implement this function
579579
only if they **do not** support `Float64`.
580580
"""
581581
supports_float64(::Backend) = true

0 commit comments

Comments
 (0)