fix: spelling mistakes

pull/5590/head
Maxim Evtush 1 month ago committed by Aniket
parent d2895aa061
commit 599757252e
  1. 4
      libs/remix-analyzer/src/solidity-analyzer/modules/staticAnalysisCommon.ts

@ -409,7 +409,7 @@ function getLibraryCallContractName (node: FunctionCallAstNode): string | undefi
* library set{...} * library set{...}
* contract foo { * contract foo {
* ... * ...
* function () { set.union() => uinion} * function () { set.union() => union}
* @func {ASTNode} function call node * @func {ASTNode} function call node
* @return {string} name of function called on the library * @return {string} name of function called on the library
*/ */
@ -1040,7 +1040,7 @@ function matches (...fnArgs: any[]): string {
/** /**
* Finds first node of a certain type under a specific node. * Finds first node of a certain type under a specific node.
* @node {AstNode} node to start form * @node {AstNode} node to start from
* @type {String} Type the ast node should have * @type {String} Type the ast node should have
* @return {AstNode} null or node found * @return {AstNode} null or node found
* Note: developed keeping identifier node search in mind to get first identifier node from left in subscope * Note: developed keeping identifier node search in mind to get first identifier node from left in subscope

Loading…
Cancel
Save