Skip to content

Commit d4bb313

Browse files
authored
Update return type annotations in rules.jl (#2730)
1 parent a7509fb commit d4bb313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/EnzymeCore/src/rules.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ The third argument is the return type annotation, and all other arguments are th
2222
to the function `f`.
2323
2424
Valid types for `RT` are:
25-
- [`Duplicated`](@ref)
26-
- [`DuplicatedNoNeed`](@ref)
27-
- [`Const`](@ref)
25+
- [`EnzymeCore.Duplicated`](@ref)
26+
- [`EnzymeCore.DuplicatedNoNeed`](@ref)
27+
- [`EnzymeCore.Const`](@ref)
2828
"""
2929
function forward end
3030

0 commit comments

Comments
 (0)