Skip to content

Commit f53ef7f

Browse files
Fix typo in README (#13)
1 parent 262c700 commit f53ef7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Funlen linter
22

3-
Funlen is a linter that checks for long functions. It can checks both on the number of lines and the number of statements.
3+
Funlen is a linter that checks for long functions. It can check both on the number of lines and the number of statements.
44

55
The default limits are 60 lines and 40 statements. You can configure these.
66

0 commit comments

Comments
 (0)