Skip to content

Commit c2c8ebf

Browse files
authored
Apply suggestion from @gdalle
1 parent 8ad62fd commit c2c8ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
9898
9999
- `mode::M` specifies the parameterization of differentiation. It can be:
100100
101-
+ an AutoEnzyme object if a specific mode is required
101+
+ an [`AutoEnzyme`](@ref) object if a specific mode is required
102102
+ `nothing` to choose the best mode automatically
103103
"""
104104
struct AutoReactant{M<:AutoEnzyme} <: AbstractADType

0 commit comments

Comments
 (0)