Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 6, 2023
1 parent 5e86a38 commit 484b396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,5 +314,5 @@ end
function Base.vcat(vec1::AbstractSmallVector, vec2::AbstractVector)
mvec1 = thaw(vec1)
append!(mvec1, vec2)
return convert(similar_type(vec), mvec1)
return convert(similar_type(vec1), mvec1)
end

0 comments on commit 484b396

Please sign in to comment.