Skip to content

Commit

Permalink
Docs: Fix max-lines-per-function correct code's max value (#10513)
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysBower authored and platinumazure committed Jun 23, 2018
1 parent 36ced0a commit 4c823bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/max-lines-per-function.md
Expand Up @@ -86,7 +86,7 @@ function foo() {
}
```

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

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

0 comments on commit 4c823bd

Please sign in to comment.