File tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc/transform
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ class ReifyQuotes extends MacroTransformWithImplicits {
104
104
* @param inQuote we are within a `'(...)` context that is not shadowed by a nested `~(...)`
105
105
* @param outer the next outer reifier, null is this is the topmost transformer
106
106
* @param level the current level, where quotes add one and splices subtract one level.
107
- * The initial level is 0, a level `l` where `l > 0` implies code has been quotes `l` times
107
+ * The initial level is 0, a level `l` where `l > 0` implies code has been quoted `l` times
108
108
* and `l == -1` is code inside a top level splice (in an transparent method).
109
109
* @param levels a stacked map from symbols to the levels in which they were defined
110
110
* @param embedded a list of embedded quotes (if `inSplice = true`) or splices (if `inQuote = true`
You can’t perform that action at this time.
0 commit comments