Skip to content

Commit

Permalink
Update docs/src/extend/code-path-analysis.md
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
  • Loading branch information
nzakas and mdjermanovic committed Sep 6, 2023
1 parent b465903 commit 0c6ffca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/extend/code-path-analysis.md
Expand Up @@ -257,7 +257,7 @@ module.exports = {
create(context) {

// tracks the code path we are currently in
const currentCodePath;
let currentCodePath;

// tracks the segments we've traversed in the current code path
let currentSegments;
Expand Down

0 comments on commit 0c6ffca

Please sign in to comment.