Skip to content

Commit 5213808

Browse files
authored
Update counters.jl (#505)
1 parent 8853131 commit 5213808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nls/counters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for counter in fieldnames(NLSCounters)
5757
counter == :counters && continue
5858
@eval begin
5959
"""
60-
$($counter)(nlp)
60+
$($counter)(nlp)
6161
6262
Get the number of `$(split("$($counter)", "_")[2])` evaluations.
6363
"""

0 commit comments

Comments
 (0)