Skip to content

Commit 4384d48

Browse files
authored
Fix docstring (#513)
1 parent b1a3dc0 commit 4384d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/abstractarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export AbstractDeviceArray
1010
1111
Supertype for `N`-dimensional GPU arrays (or array-like types) with elements of type `T`.
1212
Instances of this type are expected to live on the device, see [`AbstractGPUArray`](@ref)
13-
for device-side objects.
13+
for host-side objects.
1414
"""
1515
abstract type AbstractDeviceArray{T, N} <: DenseArray{T, N} end
1616

0 commit comments

Comments
 (0)