Skip to content

Commit afb3794

Browse files
committed
ProxAlgo: fix doc typo
1 parent 74c902a commit afb3794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/SEMProximalOptExt/ProximalAlgorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Connects to `ProximalAlgorithms.jl` as the optimization backend.
1010
algorithm = ProximalAlgorithms.PANOC(),
1111
operator_g,
1212
operator_h = nothing,
13-
kwargs...,
13+
kwargs...)
1414
1515
# Arguments
1616
- `algorithm`: optimization algorithm.

0 commit comments

Comments
 (0)