diff --git a/_overviews/scala3-macros/best-practices.md b/_overviews/scala3-macros/best-practices.md index a35401ef31..8c7413beaf 100644 --- a/_overviews/scala3-macros/best-practices.md +++ b/_overviews/scala3-macros/best-practices.md @@ -148,7 +148,7 @@ def summonOrFail[T: Type]: Expr[T] = ``` If you are writing a macro and prefer to handle `Expr`s, `Expr.summon` is a -convient wrapper around `Implicits.search`: +convenient wrapper around `Implicits.search`: ```scala def summonOrFail[T: Type]: Expr[T] =