From b01faa09e09b80573ec7bbe74a4d1e63ce6a2ce9 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Fri, 25 Sep 2020 13:52:35 -0700 Subject: [PATCH] Fix typo (#4324) --- core/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tooltip.js b/core/tooltip.js index 70965c7aa..c1acda700 100644 --- a/core/tooltip.js +++ b/core/tooltip.js @@ -121,7 +121,7 @@ Blockly.Tooltip.DIV = null; /** * Returns the tooltip text for the given element. - * @param {?Object} object The object to get the the tooltip text of. + * @param {?Object} object The object to get the tooltip text of. * @returns {string} The tooltip text of the element. */ Blockly.Tooltip.getTooltipOfObject = function(object) {