Skip to content

Commit

Permalink
Adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joschmitt authored Feb 9, 2024
1 parent 995c8f7 commit 4b6c5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ end
Return a matrix $K$ whose rows give a basis for the left kernel of $A$, that
is, $KA$ is the zero matrix.
If `side == :right`, the rows of $K$ give a basis for the right kernel of $A$, that
If `side == :right`, the columns of $K$ give a basis for the right kernel of $A$, that
is, $AK$ is the zero matrix.
If a ring $R$ is supplied as a first argument, the kernel is computed over $R$.
Expand Down

0 comments on commit 4b6c5e5

Please sign in to comment.