Skip to content

Commit cfab84d

Browse files
authored
Remove 1 backtick in excess (#752)
1 parent e57dd0c commit cfab84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: DifferentiationInterface/src/utils/context.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ julia> gradient(f, prep, AutoForwardDiff(), [3.0, 4.0], Cache(zeros(2)))
8585
2-element Vector{Float64}:
8686
1.0
8787
1.0
88-
````
88+
```
8989
"""
9090
struct Cache{T} <: Context
9191
data::T

0 commit comments

Comments
 (0)