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(
230230 checkStable(tp, pos, " type witness" )
231231 getQuoteTypeTags.getTagRef(tp)
232232 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.
234234 | ${ctx.typer.missingArgMsg(tag, reqType, " " )}
235235 |
236236 | """ , pos)
237237 tp
238238 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.
240240 |
241241 | """ , pos)
242242 tp
You can’t perform that action at this time.
0 commit comments