Fixing path typo. (#3663)

This commit is contained in:
Monica Kozbial
2020-01-27 11:19:21 -08:00
committed by GitHub
parent a03ded59f7
commit 6dbb023a1d

View File

@@ -160,7 +160,8 @@ Blockly.Options = function(options) {
/**
* Blockly options.
* This interface is further described in `typings/blockly-interfaces.d.ts`.
* This interface is further described in
* `typings/parts/blockly-interfaces.d.ts`.
* @interface
*/
Blockly.BlocklyOptions = function() {};