We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a941a7 commit cbdd236Copy full SHA for cbdd236
docs/developers/tutorial.md
@@ -148,7 +148,7 @@ We replace the `q"true"` quasiquote with `Lit.Boolean(_)`. Quasiquotes are great
148
for constructing static tree nodes but pattern matching against named tree nodes
149
like `Lit.Boolean(_)` can be more flexible when you need fine-grained control.
150
151
-To fine the name of a tree node you can use
+To find the name of a tree node you can use
152
[AST Explorer](http://astexplorer.net/#/gist/ec56167ffafb20cbd8d68f24a37043a9/74efb238ad02abaa8fa69fc80342563efa8a1bdc)
153
or `tree.structure`. First, make sure you have the following imports
154
0 commit comments