Skip to content

Commit 1d3d3ab

Browse files
committed
typo
1 parent 331cf5a commit 1d3d3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Let's look at a slightly modified version of `SGD` where we track the *"precisio
150150
previous_q::Vector{Float64}
151151
precision::Float64 # will hold the distance between the last two iterates
152152
precisions::Vector{Float64} # record of all the precisions
153-
SGDbis(stepsize::Float64) = new(stepsize, Vector{Float64}(), Inf, Vector{Float64}())
153+
SGDbis(stepsize::Float64) = new(stepsize, Float64[], Inf, Float64[])
154154
end
155155

156156
# no changes

0 commit comments

Comments
 (0)