Skip to content

Commit 737f1f1

Browse files
Update docs/docs/reference/metaprogramming/macros.md
Co-authored-by: Nicolas Stucki <nicolas.stucki@gmail.com>
1 parent a59f576 commit 737f1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def to[T, R](f: Expr[T] => Expr[R])(using t: Type[T])(using Type[R], Quotes): Ex
197197
```
198198

199199
In this version of `to`, the type of `x` is now the result of
200-
inserting the type `Type[T]` and selecting its `Underlying `.
200+
inserting the type `Type[T]` and selecting its `Underlying`.
201201

202202
To avoid clutter, the compiler converts any type reference to
203203
a type `T` in subsequent phases to `summon[Type[T]].Underlying`.

0 commit comments

Comments
 (0)