Skip to content

Commit

Permalink
Update library/src/scala/quoted/Quotes.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky authored Mar 7, 2023
1 parent 8210235 commit ff99617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/scala/quoted/Quotes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ transparent inline def quotes(using q: Quotes): q.type = q
* ```
*/

@implicitNotFound("""explain=Maybe this methods is missing a `(using Quotes)` parameter.
@implicitNotFound("""explain=Maybe this method is missing a `(using Quotes)` parameter.
Maybe that splice `$ { ... }` is missing?
Given instances of `Quotes` are generated from an enclosing splice `$ { ... }` (or `scala.staging.run` call).
Expand Down

0 comments on commit ff99617

Please sign in to comment.