Skip to content

Commit ad40023

Browse files
authored
Fix FAQ (#122)
1 parent b90b326 commit ad40023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To differentiate an `ImplicitFunction`, the following backends are supported.
77
| Backend | Forward mode | Reverse mode |
88
| ---------------------------------------------------------------------- | ------------ | ------------ |
99
| [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) | yes | - |
10-
| [ChainRules.jl](https://github.com/JuliaDiff/ChainRules.jl)-compatible | yes | soon |
10+
| [ChainRules.jl](https://github.com/JuliaDiff/ChainRules.jl)-compatible | soon | yes |
1111
| [Enzyme.jl](https://github.com/EnzymeAD/Enzyme.jl) | someday | someday |
1212

1313
By default, the conditions are differentiated with the same backend as the `ImplicitFunction` that contains them.

0 commit comments

Comments
 (0)