Skip to content

Commit 16d93ef

Browse files
authored
Fix warning indentation (#250)
1 parent db908fb commit 16d93ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DifferentiationInterface/docs/src/backends.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ backend_table #hide
7171
!!! danger "Compatibility with Julia 1.6"
7272
As of version 0.3.4, DifferentiationInterface.jl is compatible with Julia 1.6, the Long Term Support (LTS) version of the language.
7373
However, we were only able to test the following backends on LTS:
74-
- FiniteDifferences.jl
75-
- ForwardDiff.jl
76-
- ReverseDiff.jl
77-
- Tracker.jl
78-
- Zygote.jl
74+
- FiniteDifferences.jl
75+
- ForwardDiff.jl
76+
- ReverseDiff.jl
77+
- Tracker.jl
78+
- Zygote.jl
7979
We strongly recommend that users upgrade to Julia 1.10, where all backends are tested.
8080

8181
## Checks

0 commit comments

Comments
 (0)