Skip to content

Commit ec42302

Browse files
committed
doc tweak
1 parent 12b8f4b commit ec42302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clone.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Return a shallow copy of `learner` with the specified hyperparameter replacement
77
clone(learner; epochs=100, learning_rate=0.01)
88
```
99
10-
It is guaranteed that `LearnAPI.clone(learner) == learner`.
10+
A LearnAPI.jl contract ensures that `LearnAPI.clone(learner) == learner`.
1111
1212
"""
1313
function clone(learner; replacements...)

0 commit comments

Comments
 (0)