diff --git a/src/core/PaperScript.js b/src/core/PaperScript.js index 228a08b1..9b28d7b7 100644 --- a/src/core/PaperScript.js +++ b/src/core/PaperScript.js @@ -324,7 +324,7 @@ Base.exports.PaperScript = (function() { * @name PaperScript.execute * @function * @param {String} code the PaperScript code. - * @param {PaperScript} scope the scope for which the code is executed. + * @param {PaperScope} scope the scope for which the code is executed. * @param {String} url the url of the source, for source-map debugging. */ function execute(code, scope, url, options) {