fixed typo in comment, thanks, @cycomachead

snap7
jmoenig 2021-07-02 19:49:14 +02:00
rodzic 6f762e7a29
commit a82c42c165
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2825,8 +2825,8 @@ SpriteMorph.prototype.helpMenu = function () {
return menu;
};
// returns an array alock templates for a selected category.
SpriteMorph.prototype.customBlockTemplatesForCategory = function (category) {
// returns an array of block templates for a selected category.
var ide = this.parentThatIsA(IDE_Morph), blocks = [],
isInherited = false, block, inheritedBlocks;