File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ function canonicalize end
5757
5858Equivalent to canonicalize(::AbstractPortion, p::T1)[2](new_values), though allowed to
5959optimize and not construct intermediates. For more information on the arguments, see
60- [` canonicalize`](@ref) .
60+ canonicalize.
6161"""
6262function replace end
6363
@@ -66,7 +66,7 @@ function replace end
6666
6767Equivalent to canonicalize(::AbstractPortion, p::T1)[2](new_values), though done in a mutating
6868fashion and is allowed to optimize and not construct intermediates. Requires a mutable
69- SciMLStructure. For more information on the arguments, see [` canonicalize`](@ref) .
69+ SciMLStructure. For more information on the arguments, see canonicalize.
7070"""
7171function replace! end
7272
You can’t perform that action at this time.
0 commit comments