Skip to content

Commit f3e1559

Browse files
committed
oops
1 parent 7eaf3ea commit f3e1559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecations.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ train!(loss, ps::Params, data, opt) = error(
103103

104104
train!(loss, ps::Params, data, opt::Optimisers.AbstractRule) = error(
105105
"""can't mix implict Params with explict rule from Optimisers.jl
106-
To use `Flux.params(m)` in `train!`, the 4th argument must be from the old `Flux.Optimise` sub-mo$
106+
To use `Flux.params(m)` in `train!`, the 4th argument must be from the old `Flux.Optimise` sub-module.
107107
But better to use the new explicit style, in which `m` itself is the 2nd argument.
108108
""")
109109

0 commit comments

Comments
 (0)