Skip to content

Commit 88d42d5

Browse files
committed
Fix typo
1 parent 8d72eba commit 88d42d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class Staging extends MacroTransform {
130130
}
131131

132132
/** Transform splice
133-
* - If inside a quote, transform transform the contents of the splice.
133+
* - If inside a quote, transform the contents of the splice.
134134
* - If inside inlined code, expand the macro code.
135135
* - If inside of a macro definition, check the validity of the macro.
136136
*/

0 commit comments

Comments
 (0)