fix typo libs/remix-tests/src/testRunner.ts

pull/4344/head^2
vuittont60 1 year ago committed by Aniket
parent e926498a90
commit beda49258f
  1. 6
      libs/remix-tests/src/testRunner.ts

@ -9,7 +9,7 @@ import {
/** /**
* @dev Get function name using method signature * @dev Get function name using method signature
* @param signature siganture * @param signature signature
* @param methodIdentifiers Object containing all methods identifier * @param methodIdentifiers Object containing all methods identifier
*/ */
@ -72,7 +72,7 @@ function isNodeTypeIn (node: AstNode, typesList: string[]): boolean {
/** /**
* @dev Get overrided sender provided using natspec * @dev Get overrided sender provided using natspec
* @param userdoc method user documentaion * @param userdoc method user documentation
* @param signature signature * @param signature signature
* @param methodIdentifiers Object containing all methods identifier * @param methodIdentifiers Object containing all methods identifier
*/ */
@ -86,7 +86,7 @@ function getOverridedSender (userdoc: UserDocumentation, signature: string, meth
/** /**
* @dev Get value provided using natspec * @dev Get value provided using natspec
* @param userdoc method user documentaion * @param userdoc method user documentation
* @param signature signature * @param signature signature
* @param methodIdentifiers Object containing all methods identifier * @param methodIdentifiers Object containing all methods identifier
*/ */

Loading…
Cancel
Save