Skip to content

Commit 68f2a33

Browse files
vincenzobaznicolasstucki
authored andcommitted
Update _overviews/scala3-macros/best-practices.md
Co-authored-by: Nicolas Stucki <nicolas.stucki@gmail.com>
1 parent ab04fbf commit 68f2a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-macros/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ to use `TypeRepr.memberType`
8989

9090
We can obtain the `TypeRepr` of `Leaf` in two ways:
9191
1. `TypeRepr.of[Box.Leaf]`
92-
2 `boxTpe.memberType(leafSym)`, in other words we request
92+
2. `boxTpe.memberType(leafSym)`, in other words we request
9393
the `TypeRepr` of the member of `Box` whose symbol is equal to the symbol of sym
9494

9595
### Use `Symbol`s to compare definitions

0 commit comments

Comments
 (0)