From a598751d48600525cb44da8cc1f51793363f136c Mon Sep 17 00:00:00 2001 From: kozbial Date: Thu, 23 Sep 2021 16:20:31 -0700 Subject: [PATCH] Fix typo in alias --- core/widgetdiv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/widgetdiv.js b/core/widgetdiv.js index 571cfe277..cfacd2f04 100644 --- a/core/widgetdiv.js +++ b/core/widgetdiv.js @@ -114,7 +114,7 @@ exports.createDom = createDom; * @param {boolean} rtl Right-to-left (true) or left-to-right (false). * @param {Function} newDispose Optional cleanup function to be run when the * widget is closed. - * @alias Blocky.WidgetDiv.show + * @alias Blockly.WidgetDiv.show */ const show = function(newOwner, rtl, newDispose) { hide();