File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/src/dotty/tools/dotc/transform Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,13 +230,13 @@ class PCPCheckAndHeal(@constructorOnly ictx: Context) extends TreeMapWithStages(
230
230
checkStable(tp, pos, " type witness" )
231
231
getQuoteTypeTags.getTagRef(tp)
232
232
case _ : SearchFailureType =>
233
- report.error(i """ Reference to $tp withing quotes requires a $reqType in scope.
233
+ report.error(i """ Reference to $tp within quotes requires a given $reqType in scope.
234
234
| ${ctx.typer.missingArgMsg(tag, reqType, " " )}
235
235
|
236
236
| """ , pos)
237
237
tp
238
238
case _ =>
239
- report.error(i """ Reference to $tp withing quotes requires a $reqType in scope.
239
+ report.error(i """ Reference to $tp within quotes requires a given $reqType in scope.
240
240
|
241
241
| """ , pos)
242
242
tp
You can’t perform that action at this time.
0 commit comments