Skip to content

Commit c8547cc

Browse files
Fix typo
1 parent 835c89f commit c8547cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-macros/tutorial/quotes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ As with expression quote patterns, type variables are represented using lower ca
433433

434434
## FromExpr
435435

436-
The `Expr.value`, `Expr.valueOrAbort`, and `Expr.unapply` methods uses intances of `FromExpr` to extract the value if possible.
436+
The `Expr.value`, `Expr.valueOrAbort`, and `Expr.unapply` methods uses instances of `FromExpr` to extract the value if possible.
437437
```scala
438438
extension [T](expr: Expr[T]):
439439
def value(using Quotes)(using fromExpr: FromExpr[T]): Option[T] =

0 commit comments

Comments
 (0)