We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afef884 commit 4f93df0Copy full SHA for 4f93df0
docs/docs/reference/metaprogramming/tasty-reflect.md
@@ -99,7 +99,7 @@ transformation.
99
100
`TreeAccumulator` ties the knot of a traversal. By calling `foldOver(x, tree))`
101
we can dive into the `tree` node and start accumulating values of type `X` (e.g.,
102
-of type List[Symbol] if we want to collect symbols). The code below, for
+of type `List[Symbol]` if we want to collect symbols). The code below, for
103
example, collects the pattern variables of a tree.
104
105
```scala
0 commit comments