Skip to content

Commit aa8f9f5

Browse files
lkdvosmtfishman
andauthored
Update docs/src/interface.md
Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>
1 parent ae2c1fd commit aa8f9f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function AlgorithmsInterface.initialize_state(
8383
)
8484
x0 = rand()
8585
iteration = 0
86-
return HeronState(x0, 0, stopping_criterion_state)
86+
return HeronState(x0, iteration, stopping_criterion_state)
8787
end
8888
8989
function AlgorithmsInterface.initialize_state!(

0 commit comments

Comments
 (0)