Skip to content

Commit 8bc2961

Browse files
Tgw/notnot fix (#433)
* Initial addition of glossary * Add differential type defs * Typo fix * Adding Automatic Differentiation def * Addressing comments * Adding internal and external links * Fixing typo * removing glossary
1 parent 20cfcf4 commit 8bc2961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rule_definition_tools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ propagator_name(fname::QuoteNode, propname::Symbol) = propagator_name(fname.valu
282282
"""
283283
@non_differentiable(signature_expression)
284284
285-
A helper to make it easier to declare that a method is not not differentiable.
285+
A helper to make it easier to declare that a method is not differentiable.
286286
This is a short-hand for defining an [`frule`](@ref) and [`rrule`](@ref) that
287287
return [`NoTangent()`](@ref) for all partials (even for the function `s̄elf`-partial
288288
itself)

0 commit comments

Comments
 (0)