This commit is contained in:
kozbial
2021-09-23 17:02:41 -07:00
committed by Monica Kozbial
parent 6b07ccab96
commit 10485dd838

View File

@@ -306,7 +306,7 @@ exports.append = append;
* This is defined internally so that the extra parameters don't clutter our
* external API.
* But it is exported so that other places within Blockly can call it directly
* with the extra paramters.
* with the extra parameters.
* @param {!State} state The state of a block to deserialize into the workspace.
* @param {!Workspace} workspace The workspace to add the block to.
* @param {{parentConnection: (!Connection|undefined), isShadow: