File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
library/src-bootstrapped/scala/quoted Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import scala.quoted.show.SyntaxHighlight
55/** Quotation context provided by a macro expansion or in the scope of `scala.quoted.run`.
66 * Used to perform all operations on quoted `Expr` or `Type`.
77 *
8- * It contains the low-level Typed AST API `tasty` meta-programming API.
8+ * It contains the low-level Typed AST API `tasty` metaprogramming API.
99 * This API does not have the static type guarantiees that `Expr` and `Type` provide.
1010 *
1111 * @param tasty Typed AST API. Usage: `def f(qctx: QuoteContext) = { import qctx.tasty._; ... }`.
1212 */
1313trait QuoteContext { self =>
1414
15- /** Low-level Typed AST API `tasty` meta-programming API.
15+ /** Low-level Typed AST API `tasty` metaprogramming API.
1616 * This API does not have the static type guarantiees that `Expr` and `Type` provide.
1717 */
1818 val tasty : scala.tasty.Reflection
You can’t perform that action at this time.
0 commit comments