Skip to content

Commit b2d5163

Browse files
Update docs/docs/reference/metaprogramming/tasty-reflect.md
Co-authored-by: Jamie Thompson <[email protected]>
1 parent 902bd21 commit b2d5163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/tasty-reflect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def natConstImpl(x: Expr[Int])(using Quotes): Expr[Int] = {
5858
}
5959
```
6060

61-
To easily know which extractors are needed using the `Printer.TreeStructure.show` which returns the string representation the structure of the tree. Other printers can also be found in the `Printer` module.
61+
We can easily know which extractors are needed using `Printer.TreeStructure.show`, which returns the string representation the structure of the tree. Other printers can also be found in the `Printer` module.
6262

6363
```scala
6464
xTree.show(using Printer.TreeStructure)

0 commit comments

Comments
 (0)