Skip to content

Commit 0eb8fa5

Browse files
authored
Trim backticks
1 parent 8aa93a9 commit 0eb8fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/EnzymeCore/src/rules.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ function augmented_primal end
190190
reverse(::RevConfig, func::Annotation{typeof(f)}, dret::Active, tape, args::Annotation...)
191191
reverse(::RevConfig, func::Annotation{typeof(f)}, ::Type{<:Annotation), tape, args::Annotation...)
192192
193-
Takes gradient of derivative, activity annotation, and tape. If there is an active return, `dret`` is passed
194-
as `Active{T}`` with the derivative of the active return value. Otherwise, `dret` is passed
193+
Takes gradient of derivative, activity annotation, and tape. If there is an active return, `dret` is passed
194+
as `Active{T}` with the derivative of the active return value. Otherwise, `dret` is passed
195195
as `Type{Duplicated{T}}`, etc.
196196
"""
197197
function reverse end

0 commit comments

Comments
 (0)