Skip to content

Commit 5a15c78

Browse files
authored
Merge pull request #2114 from jrudolph/patch-4
Fix typo
2 parents 97d71e3 + b1402b6 commit 5a15c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-macros/tutorial/quotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Or similarly for an some subexpression
227227
case '{ Some($x: Boolean) } => // x: Expr[Boolean]
228228
```
229229

230-
### Matching reciver of methods
230+
### Matching receiver of methods
231231

232232
When we want to match the receiver of a method we need to explicitly state its type
233233

0 commit comments

Comments
 (0)