From c1849098f5f7d5fb3abdc48f075825b83f171518 Mon Sep 17 00:00:00 2001 From: Andrew Hlynskyi Date: Fri, 27 Aug 2021 11:06:28 +0300 Subject: [PATCH] chore(docs): Fix getting started example, closes #891 --- docs/section-3-creating-parsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/section-3-creating-parsers.md b/docs/section-3-creating-parsers.md index 4433ea00..777f7fcb 100644 --- a/docs/section-3-creating-parsers.md +++ b/docs/section-3-creating-parsers.md @@ -84,7 +84,7 @@ tree-sitter parse example-file This should print the following: ``` -(source_file [1, 0] - [1, 5]) +(source_file [0, 0] - [1, 0]) ``` You now have a working parser.