Skip to content

Commit

Permalink
docs: fix number of code-path events on custom rules page (#17969)
Browse files Browse the repository at this point in the history
Fixes #17968
  • Loading branch information
Richardinho committed Jan 7, 2024
1 parent 1529ab2 commit d31c180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/extend/custom-rules.md
Expand Up @@ -870,7 +870,7 @@ Here, the `myCustomVar` variable is marked as used relative to a `ReturnStatemen

### Accessing Code Paths

ESLint analyzes code paths while traversing AST. You can access code path objects with five events related to code paths. For more information, refer to [Code Path Analysis](code-path-analysis).
ESLint analyzes code paths while traversing AST. You can access code path objects with seven events related to code paths. For more information, refer to [Code Path Analysis](code-path-analysis).

### Deprecated `SourceCode` Methods

Expand Down

0 comments on commit d31c180

Please sign in to comment.