Skip to content

Commit 55d6428

Browse files
authored
Update getting_started.jl
1 parent f03bfa7 commit 55d6428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/guide/getting_started.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#
2222
# To evaluate these first-order primitives, in ProximalAlgorithms:
2323
# * ``\nabla f_i`` falls back to using automatic differentiation (as provided by [Zygote](https://github.com/FluxML/Zygote.jl)).
24-
# * ``\operatorname{prox}_{f_i}`` relies on the intereface of [ProximalOperators](https://github.com/JuliaFirstOrder/ProximalOperators.jl).
24+
# * ``\operatorname{prox}_{f_i}`` relies on the intereface of [ProximalOperators](https://github.com/JuliaFirstOrder/ProximalOperators.jl) (>= 0.15).
2525
# Both of the above can be implemented for custom function types, as [documented here](@ref custom_terms).
2626
#
2727
#md # !!! note

0 commit comments

Comments
 (0)