Skip to content

Commit 1ae6d88

Browse files
Fix typo (#3187)
* Fix typo * Update _overviews/scala3-macros/tutorial/quotes.md Co-authored-by: Philippus Baalman <philippus@gmail.com> --------- Co-authored-by: Philippus Baalman <philippus@gmail.com>
1 parent 1bebf7a commit 1ae6d88

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 use 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)