Skip to content

Commit 844be9f

Browse files
Pietro Vertechioxinabox
andauthored
Update src/differentials/abstract_zero.jl
Co-authored-by: Lyndon White <oxinabox@ucc.asn.au>
1 parent 68f00c4 commit 844be9f

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
@@ -3,8 +3,8 @@
33
44
This abstract type encompasses zero-like differential types.
55
If an AD system encounters a propagator that takes as input only subtypes of `AbstractZero`,
6-
then it can stop performing AD operations. All propagators are linear functions, and thus
7-
the final result will be zero.
6+
then it can stop performing AD operations.
7+
All propagators are linear functions, and thus the final result will be zero.
88
99
All `AbstractZero` subtypes are singleton types.
1010
There are two of them: [`Zero()`](@ref) and [`DoesNotExist()`](@ref).

0 commit comments

Comments
 (0)