Skip to content

Commit 3fea94e

Browse files
authored
fix typo in docstring
1 parent 8c1f9be commit 3fea94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/output.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ saveproblem(out::Output) = saveproblem(out.prob, out.path)
148148
savediagnostic(diagnostic, diagname, filename)
149149
150150
Save `diagnostic` to `filename` under name `diagname`. Only the computed diagnostic
151-
is saved, that is, everything up to diagnostic's iteration `diagnostics.i`.
151+
is saved, that is, everything up to diagnostic's iteration `diagnostic.i`.
152152
"""
153153
function savediagnostic(diagnostic, diagname, filename)
154154
jldopen(filename, "a+") do file

0 commit comments

Comments
 (0)