svghmi/widget_display.ysl2
branchsvghmi
changeset 3204 856f4698a0a8
parent 3142 2637bb6a6bb0
child 3232 7bdb766c2a4d
--- a/svghmi/widget_display.ysl2	Thu Mar 25 10:48:24 2021 +0100
+++ b/svghmi/widget_display.ysl2	Fri Mar 26 14:46:38 2021 +0100
@@ -81,7 +81,7 @@
     }
 
     function sprintf(key) {
-        // `arguments` is not an array, but should be fine for this call
+        // arguments is not an array, but should be fine for this call
         return sprintf_format(sprintf_parse(key), arguments)
     }