File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ DifferentiationInterfaceZygoteExt = "Zygote"
4343[compat ]
4444ADTypes = " 0.2.7"
4545ChainRulesCore = " 1.23.0"
46- Diffractor = " 0.2.6"
46+ Diffractor = " = 0.2.6"
4747DocStringExtensions = " 0.9.3"
4848Enzyme = " 0.11.20"
4949FastDifferentiation = " 0.3.7"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Several variants of each operator are defined:
3434| [ ` pullback ` ] ( @ref ) | [ ` pullback!! ` ] ( @ref ) | [ ` value_and_pullback ` ] ( @ref ) | [ ` value_and_pullback!! ` ] ( @ref ) |
3535
3636!!! warning
37- The "bang-bang" syntactic convention ` !! ` signals that some of the arguments _ can_ be mutated, but they do not _ have to be_ .
37+ We use the syntactic convention ` !! ` to signal that some of the arguments _ can_ be mutated, but they do not _ have to be_ .
3838 Such arguments will always be part of the return, so that one can simply reuse the operator's output and forget its input.
3939 In other words, this is good:
4040 ```julia
You can’t perform that action at this time.
0 commit comments