We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab04fbf commit 68f2a33Copy full SHA for 68f2a33
_overviews/scala3-macros/best-practices.md
@@ -89,7 +89,7 @@ to use `TypeRepr.memberType`
89
90
We can obtain the `TypeRepr` of `Leaf` in two ways:
91
1. `TypeRepr.of[Box.Leaf]`
92
- 2 `boxTpe.memberType(leafSym)`, in other words we request
+ 2. `boxTpe.memberType(leafSym)`, in other words we request
93
the `TypeRepr` of the member of `Box` whose symbol is equal to the symbol of sym
94
95
### Use `Symbol`s to compare definitions
0 commit comments