Skip to content

Commit 4f93df0

Browse files
committed
Fix inline code quotation in docs by adding back quotes
1 parent afef884 commit 4f93df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ transformation.
9999

100100
`TreeAccumulator` ties the knot of a traversal. By calling `foldOver(x, tree))`
101101
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
102+
of type `List[Symbol]` if we want to collect symbols). The code below, for
103103
example, collects the pattern variables of a tree.
104104

105105
```scala

0 commit comments

Comments
 (0)