Skip to content

Commit 34c62f9

Browse files
Fix typo
1 parent 6940d6a commit 34c62f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/tasty-reflect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def natConstImpl(x: Expr[Int])(using qctx: QuoteContext): Expr[Int] = {
6161
To easily know which extractors are needed, the `showExtractors` method on a
6262
`qctx.tasty.Term` returns the string representation of the extractors.
6363

64-
The method `qctx.tasty.Term.seal[T]` provides a way to go back to a
64+
The method `qctx.tasty.Term.seal` provides a way to go back to a
6565
`quoted.Expr[Any]`. Note that the type is `Expr[Any]`. Consequently, the type
6666
must be set explicitly with a checked `cast` call. If the type does not conform
6767
to it an exception will be thrown. In the code above, we could have replaced

0 commit comments

Comments
 (0)