Skip to content

Commit

Permalink
Fix: Typo in function comment parameters (#11111)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaoui authored and aladdin-add committed Nov 21, 2018
1 parent cf296bd commit 54dfa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/source-code.js
Expand Up @@ -87,7 +87,7 @@ class SourceCode extends TokenStore {
* @param {string|Object} textOrConfig - The source code text or config object.
* @param {string} textOrConfig.text - The source code text.
* @param {ASTNode} textOrConfig.ast - The Program node of the AST representing the code. This AST should be created from the text that BOM was stripped.
* @param {Object|null} textOrConfig.parserServices - The parser srevices.
* @param {Object|null} textOrConfig.parserServices - The parser services.
* @param {ScopeManager|null} textOrConfig.scopeManager - The scope of this source code.
* @param {Object|null} textOrConfig.visitorKeys - The visitor keys to traverse AST.
* @param {ASTNode} [astIfNoConfig] - The Program node of the AST representing the code. This AST should be created from the text that BOM was stripped.
Expand Down

0 comments on commit 54dfa60

Please sign in to comment.