Skip to content

Commit a68073f

Browse files
authored
Apply suggestions from code review
1 parent a2b9f5d commit a68073f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/StructArraysAdaptExt.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module StructArraysAdaptExt
22
# Use Adapt allows for automatic conversion of CPU to GPU StructArrays
33
using Adapt, StructArrays
44
@static if !applicable(Adapt.adapt, Int)
5-
# Adapt.jl has curried support, implement it ourself
5+
# Adapt.jl has no curried support, implement it ourself
66
adpat(to) = Base.Fix1(Adapt.adapt, to)
77
if VERSION < v"1.9.0-DEV.857"
88
@eval function adapt(to::Type{T}) where {T}

0 commit comments

Comments
 (0)