Skip to content

Commit 58f1347

Browse files
committed
Fix typo
1 parent 1693a0f commit 58f1347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/ReifyQuotes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class ReifyQuotes extends MacroTransform {
259259
*
260260
* See: `capture`
261261
*
262-
* At the same time register `embedded` trees `x` and `y` to place as arguments of the hole
262+
* At the same time register embedded trees `x` and `y` to place as arguments of the hole
263263
* placed in the original code.
264264
* '{
265265
* val x = ???

0 commit comments

Comments
 (0)