Skip to content

Commit beda492

Browse files
vuittont60Aniket-Engg
authored andcommitted
fix typo libs/remix-tests/src/testRunner.ts
1 parent e926498 commit beda492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/remix-tests/src/testRunner.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99

1010
/**
1111
* @dev Get function name using method signature
12-
* @param signature siganture
12+
* @param signature signature
1313
* @param methodIdentifiers Object containing all methods identifier
1414
*/
1515

@@ -72,7 +72,7 @@ function isNodeTypeIn (node: AstNode, typesList: string[]): boolean {
7272

7373
/**
7474
* @dev Get overrided sender provided using natspec
75-
* @param userdoc method user documentaion
75+
* @param userdoc method user documentation
7676
* @param signature signature
7777
* @param methodIdentifiers Object containing all methods identifier
7878
*/
@@ -86,7 +86,7 @@ function getOverridedSender (userdoc: UserDocumentation, signature: string, meth
8686

8787
/**
8888
* @dev Get value provided using natspec
89-
* @param userdoc method user documentaion
89+
* @param userdoc method user documentation
9090
* @param signature signature
9191
* @param methodIdentifiers Object containing all methods identifier
9292
*/

0 commit comments

Comments
 (0)