Skip to content

Commit

Permalink
Fix the docstring of lacpy!
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 28, 2023
1 parent 4b290a3 commit 7c4be2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/LinearAlgebra/src/generic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1918,8 +1918,8 @@ julia> B = [0 0 ; 0 0];
julia> lacpy!('L', A, B)
2×2 Matrix{Int64}:
1 2
3 0
1 0
3 4
```
"""
function lacpy!(uplo::AbstractChar, A::AbstractMatrix, B::AbstractMatrix)
Expand Down

0 comments on commit 7c4be2e

Please sign in to comment.