We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8210235 commit ff99617Copy full SHA for ff99617
library/src/scala/quoted/Quotes.scala
@@ -34,7 +34,7 @@ transparent inline def quotes(using q: Quotes): q.type = q
34
* ```
35
*/
36
37
-@implicitNotFound("""explain=Maybe this methods is missing a `(using Quotes)` parameter.
+@implicitNotFound("""explain=Maybe this method is missing a `(using Quotes)` parameter.
38
39
Maybe that splice `$ { ... }` is missing?
40
Given instances of `Quotes` are generated from an enclosing splice `$ { ... }` (or `scala.staging.run` call).
0 commit comments