From 831fdd94d26645bc7413ac8d136234b40c8897cb Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Wed, 18 Dec 2024 09:56:55 +0000 Subject: [PATCH] Fix docstring at source --- pxtextension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxtextension.ts b/pxtextension.ts index 48c2349..962fea9 100644 --- a/pxtextension.ts +++ b/pxtextension.ts @@ -141,7 +141,7 @@ namespace ml { } /** - * Get the certainty of an ML event in percent. + * Get the certainty of an ML event in percent (0 to 100). * @param event one of the actions the machine learning model was trained on */ //% blockId=ml_on_event_certainty