Skip to content

Commit fe8e37d

Browse files
committed
fix doc-string typo
1 parent 289eef4 commit fe8e37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/learners/incremental_algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ additional observations post facto: The following is equivalent to `d2 =
2929
predict(NormalEstimator(), vcat(y, ynew))`:
3030
3131
```julia
32-
update_observations(model, ynew)
32+
model = update_observations(model, ynew)
3333
d2 = predict(model)
3434
```
3535

0 commit comments

Comments
 (0)