Skip to content

Commit cf19040

Browse files
authored
Remove reference to BangBang (#167)
* Remove reference to BangBang * Fix Diffractor compat * Fix Diffractor
1 parent 11233ce commit cf19040

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DifferentiationInterface/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DifferentiationInterfaceZygoteExt = "Zygote"
4343
[compat]
4444
ADTypes = "0.2.7"
4545
ChainRulesCore = "1.23.0"
46-
Diffractor = "0.2.6"
46+
Diffractor = "=0.2.6"
4747
DocStringExtensions = "0.9.3"
4848
Enzyme = "0.11.20"
4949
FastDifferentiation = "0.3.7"

DifferentiationInterface/docs/src/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)