Skip to content

Commit 561848d

Browse files
authored
Fix buffer typo
1 parent 7213c4c commit 561848d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArrayInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ _has_parent(::Type{T1}, ::Type{T2}) where {T1,T2} = True()
8585
buffer(x)
8686
8787
Return the buffer data that `x` points to. Unlike `parent(x::AbstractArray)`, `buffer(x)`
88-
may not return another array.type.
88+
may not return another array type.
8989
"""
9090
buffer(x) = parent(x)
9191
buffer(x::SparseMatrixCSC) = getfield(x, :nzval)

0 commit comments

Comments
 (0)