Skip to content

Commit b41d44e

Browse files
committed
Whitespace in docstring
1 parent 62d1031 commit b41d44e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/adjtrans.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ _vectranspose(A::AbstractVector) = vec(transpose(A))
564564
_vectranspose(A::Base.ReshapedArray{<:Any,1,<:TransposeAbsVec}) = transpose(parent(A))
565565
"""
566566
_vecadjoint(A::AbstractVector)::AbstractVector
567+
567568
Compute `vec(adjoint(A))`, but avoid an allocating reshape if possible
568569
"""
569570
_vecadjoint(A::AbstractVector) = vec(adjoint(A))

0 commit comments

Comments
 (0)