Skip to content

Commit 51d45e9

Browse files
committed
refix typoe
1 parent 03585de commit 51d45e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convert.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121

2222
Base.convert(::Type{M}, A::M; fill = nothing) where {M<:AbstractGBArray} = A
2323

24-
function LinearAlgebra.copy_similar(A::GBArrayOrTranspose, ::Type{T}) where T
24+
function LinearAlgebra.copy_oftype(A::GBArrayOrTranspose, ::Type{T}) where T
2525
order = storageorder(A)
2626
C = similar(A, T, size(A))
2727
x = tempunpack!(A)

0 commit comments

Comments
 (0)