Skip to content

Commit 73922e6

Browse files
committed
Fix docs
1 parent df4b2b8 commit 73922e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
Decide on an algorithm to use for implementing the function `f` on inputs of type `A`.
6060
6161
If `alg` is `nothing` (the default value), an algorithm will be selected automatically
62-
with [`MatrixAlgebra.default_algorithm`](@ref) and the keyword arguments will be passed
62+
with [`MatrixAlgebraKit.default_algorithm`](@ref) and the keyword arguments will be passed
6363
to the algorithm constructor.
6464
6565
If `alg` is a `NamedTuple`, an algorithm will be selected automatically

0 commit comments

Comments
 (0)