Skip to content

Commit ff99617

Browse files
authored
Update library/src/scala/quoted/Quotes.scala
1 parent 8210235 commit ff99617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/quoted/Quotes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ transparent inline def quotes(using q: Quotes): q.type = q
3434
* ```
3535
*/
3636

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

0 commit comments

Comments
 (0)