Skip to content

Commit 4c823bd

Browse files
RhysBowerplatinumazure
authored andcommitted
Docs: Fix max-lines-per-function correct code's max value (#10513)
1 parent 36ced0a commit 4c823bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/max-lines-per-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function foo() {
8686
}
8787
```
8888

89-
Examples of **correct** code for this rule with a max value of `2`:
89+
Examples of **correct** code for this rule with a max value of `3`:
9090

9191
```js
9292
/*eslint max-lines-per-function: ["error", 3]*/

0 commit comments

Comments
 (0)