Skip to content

Commit 53c5589

Browse files
Fix typo (#251)
1 parent b1deb65 commit 53c5589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ There are four methods that need to be implemented:
9090
As with propose_weights, this shouldn't change the current weights of the model -
9191
that only happens when `accept_weights` is called.
9292
3. `accept_weights` - the models accepts some weights that have been voted on and approved by the set of learners.
93-
The old weighs of the model are discarded and replaced by the new weights.
93+
The old weights of the model are discarded and replaced by the new weights.
9494
4. `current_weights` should return the current weights of the model.
9595

9696
For more details about directly implementing the machine learning interface

0 commit comments

Comments
 (0)