diff --git a/src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai b/src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai index 56946ac..c67035f 100644 --- a/src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai +++ b/src/Bonsai.ML.HiddenMarkovModels/CheckFitFinished.bonsai @@ -6,7 +6,7 @@ xmlns:p1="clr-namespace:Bonsai.ML;assembly=Bonsai.ML" xmlns:scr="clr-namespace:Bonsai.Scripting.Expressions;assembly=Bonsai.Scripting.Expressions" xmlns="https://bonsai-rx.org/2018/workflow"> - Periodically evaluates the `get_fit_finished` function of the HMM. Returns true the `fit_finished` attribute is true. This should onle be used after the `RunFitAsync` function has already been started. + Periodically evaluates the `get_fit_finished` function of the HMM. Returns whether the `fit_finished` attribute is true. This should only be used after the `RunFitAsync` function has already been started.