Merge pull request #767 from mzgoddard/docs-blocks-param-names

Replace duplicate documentation on getProcedureParamNames
This commit is contained in:
Andrew Sliwinski 2017-11-06 19:34:51 -05:00 committed by GitHub
commit 1efc312c36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,9 +164,9 @@ class Blocks {
}
/**
* Get the procedure definition for a given name.
* Get names of parameters for the given procedure.
* @param {?string} name Name of procedure to query.
* @return {?string} ID of procedure definition.
* @return {?Array.<string>} List of param names for a procedure.
*/
getProcedureParamNames (name) {
for (const id in this._blocks) {