Skip to content

Commit cbdd236

Browse files
authored
Fix a typo in the tutorial
1 parent 7a941a7 commit cbdd236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/developers/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ We replace the `q"true"` quasiquote with `Lit.Boolean(_)`. Quasiquotes are great
148148
for constructing static tree nodes but pattern matching against named tree nodes
149149
like `Lit.Boolean(_)` can be more flexible when you need fine-grained control.
150150

151-
To fine the name of a tree node you can use
151+
To find the name of a tree node you can use
152152
[AST Explorer](http://astexplorer.net/#/gist/ec56167ffafb20cbd8d68f24a37043a9/74efb238ad02abaa8fa69fc80342563efa8a1bdc)
153153
or `tree.structure`. First, make sure you have the following imports
154154

0 commit comments

Comments
 (0)