summaryrefslogtreecommitdiffstats
path: root/manual/src/parsing.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual/src/parsing.md')
-rw-r--r--manual/src/parsing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/src/parsing.md b/manual/src/parsing.md
index c6311e844..0cefea9d8 100644
--- a/manual/src/parsing.md
+++ b/manual/src/parsing.md
@@ -12,7 +12,7 @@ the parse tree that tree-sitter produces using the `--dump-ts`
flag.
```
-$ difft --dump-ts sample_files/javascript_simple_before.js | head
+$ difft --dump-ts sample_files/javascript_simple_1.js | head
program (0, 0) - (7, 0)
comment (0, 0) - (0, 8) "// hello"
expression_statement (1, 0) - (1, 6)