Fix typo in alias

This commit is contained in:
kozbial
2021-09-23 16:20:31 -07:00
committed by Monica Kozbial
parent 2b34748e0e
commit a598751d48

View File

@@ -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();