chore: remove repetitive words in comments (#7963)

Signed-off-by: dongjinlong <dongjinlong@outlook.com>
This commit is contained in:
dongjinlong
2024-03-26 20:27:40 +08:00
committed by GitHub
parent 7d8ccebe67
commit 68b03d269d
6 changed files with 6 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ BlockDefinitionExtractor.newDomElement_ = function(name, opt_attrs, opt_text) {
* requested type.
*
* @param {string} type Type name of desired connection constraint.
* @return {!Element} The <block> representing the the constraint type.
* @return {!Element} The <block> representing the constraint type.
* @private
*/
BlockDefinitionExtractor.buildBlockForType_ = function(type) {