diff --git a/_overviews/scala3-macros/tutorial/quotes.md b/_overviews/scala3-macros/tutorial/quotes.md index a772b23f8f..478bdf4778 100644 --- a/_overviews/scala3-macros/tutorial/quotes.md +++ b/_overviews/scala3-macros/tutorial/quotes.md @@ -227,7 +227,7 @@ Or similarly for an some subexpression case '{ Some($x: Boolean) } => // x: Expr[Boolean] ``` -### Matching reciver of methods +### Matching receiver of methods When we want to match the receiver of a method we need to explicitly state its type