Skip to content

Commit

Permalink
Chore: fix definiton -> definition typo in comments (#63)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
kkirsche committed Sep 1, 2020
1 parent 7513734 commit f758bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scope.js
Expand Up @@ -37,7 +37,7 @@ const assert = require("assert");
* Test if scope is struct
* @param {Scope} scope - scope
* @param {Block} block - block
* @param {boolean} isMethodDefinition - is method definiton
* @param {boolean} isMethodDefinition - is method definition
* @param {boolean} useDirective - use directive
* @returns {boolean} is strict scope
*/
Expand Down

0 comments on commit f758bbc

Please sign in to comment.