Fix comments

This commit is contained in:
Rachel Fenichel
2018-02-13 10:41:57 -08:00
parent 3a8fc92143
commit 2bd606c5e7

View File

@@ -395,8 +395,8 @@ h1 {
</block>
</xml>
<!-- toolbox-categories-untyped-variables has a category menu and an
auto-closing flyout. The Variables category uses untyped variable blocks.
<!-- toolbox-categories has a category menu and an auto-closing flyout. The
Variables category uses untyped variable blocks.
See https://developers.google.com/blockly/guides/create-custom-blocks/variables#untyped_variable_blocks for more information. -->
<xml id="toolbox-categories" style="display: none">
<category name="Logic" colour="210">
@@ -722,7 +722,7 @@ h1 {
<category name="Functions" colour="290" custom="PROCEDURE"></category>
</xml>
<!-- toolbox-categories-untyped-variables has a category menu and an
<!-- toolbox-categories-typed-variables has a category menu and an
auto-closing flyout. The Variables category uses typed variable blocks.
See https://developers.google.com/blockly/guides/create-custom-blocks/variables#typed_variable_blocks for more information. -->
<xml id="toolbox-categories-typed-variables" style="display: none">