Skip to content

Commit b95f2a4

Browse files
authored
Shorten ref
1 parent 82eab66 commit b95f2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProximalAlgorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Maybe{T} = Union{T,Nothing}
1212
1313
Callable struct wrapping function `f` to be auto-differentiated using `backend`.
1414
15-
When called, it evaluates the same as `f`, while [`ProximalAlgorithms.value_and_gradient_closure`](@ref)
15+
When called, it evaluates the same as `f`, while [`value_and_gradient_closure`](@ref)
1616
is implemented using `backend` for automatic differentiation.
1717
The backend can be any from [AbstractDifferentiation](https://github.com/JuliaDiff/AbstractDifferentiation.jl).
1818
"""

0 commit comments

Comments
 (0)