Skip to content

Commit 69d340a

Browse files
committed
Merge branch 'pv/spell' of https://github.com/piever/ChainRulesCore.jl into pv/spell
2 parents a8b6236 + 844be9f commit 69d340a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/differentials/abstract_zero.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Supertype of zero-like differentials—i.e., differentials that act like zero when
55
added or multiplied to other values.
66
If an AD system encounters a propagator that takes as input only subtypes of `AbstractZero`,
7-
then it can stop performing AD operations. All propagators are linear functions, and thus
8-
the final result will be zero.
7+
then it can stop performing AD operations.
8+
All propagators are linear functions, and thus the final result will be zero.
99
1010
All `AbstractZero` subtypes are singleton types.
1111
There are two of them: [`Zero()`](@ref) and [`DoesNotExist()`](@ref).

0 commit comments

Comments
 (0)