Skip to content

Commit fac3863

Browse files
committed
fix code error in docs
1 parent 3cb79ff commit fac3863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/anatomy_of_an_implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ fitted_params, state, fit_report = fit(model, 1, X[train], y[train])
298298
Inspect the learned paramters and report:
299299

300300
```@example anatomy
301-
@info "training outcomes" fitted_params report
301+
@info "training outcomes" fitted_params fit_report
302302
```
303303

304304
Inspect feature importances:

0 commit comments

Comments
 (0)