We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6940d6a commit 34c62f9Copy full SHA for 34c62f9
docs/docs/reference/metaprogramming/tasty-reflect.md
@@ -61,7 +61,7 @@ def natConstImpl(x: Expr[Int])(using qctx: QuoteContext): Expr[Int] = {
61
To easily know which extractors are needed, the `showExtractors` method on a
62
`qctx.tasty.Term` returns the string representation of the extractors.
63
64
-The method `qctx.tasty.Term.seal[T]` provides a way to go back to a
+The method `qctx.tasty.Term.seal` provides a way to go back to a
65
`quoted.Expr[Any]`. Note that the type is `Expr[Any]`. Consequently, the type
66
must be set explicitly with a checked `cast` call. If the type does not conform
67
to it an exception will be thrown. In the code above, we could have replaced
0 commit comments