Skip to content

Commit 2fd1c32

Browse files
authored
convenient typo (#2123)
1 parent 6a8f5d0 commit 2fd1c32

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
@@ -148,7 +148,7 @@ def summonOrFail[T: Type]: Expr[T] =
148148
```
149149

150150
If you are writing a macro and prefer to handle `Expr`s, `Expr.summon` is a
151-
convient wrapper around `Implicits.search`:
151+
convenient wrapper around `Implicits.search`:
152152

153153
```scala
154154
def summonOrFail[T: Type]: Expr[T] =

0 commit comments

Comments
 (0)