We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7055c5a commit 86b482fCopy full SHA for 86b482f
docs/use-in-app.md
@@ -27,7 +27,7 @@ report.messages.forEach(curError => console.log(curError.message));
27
**linter.processStr**:
28
29
- Arguments:
30
- - code {String} - Source code to validation
+ - code {String} - Source code for validation
31
- config {Object} - Object representation of .solhint.json configuration
32
- Returns:
33
- report {Report} - object that contains list of errors and warnings
0 commit comments