Skip to content

Commit 0846b91

Browse files
committed
fix a typo in overviews-quasiquotes
1 parent 8b1bc02 commit 0846b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: overviews/quasiquotes/expression-details.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This tree supports following variations:
108108
name: universe.TypeName =
109109

110110
scala> val q"$name.this" = q"foo.this"
111-
name: universe.TypeName = foov
111+
name: universe.TypeName = foo
112112

113113
So plain `q"this"` is equivalent to `q"${tpnme.EMPTY}.this"`.
114114

0 commit comments

Comments
 (0)