From b1402b60da458d1a9b7f21adfed2af10de0eccc6 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Thu, 8 Jul 2021 17:17:42 +0200 Subject: [PATCH] Fix typo --- _overviews/scala3-macros/tutorial/quotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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