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
5
5
/** Quotation context provided by a macro expansion or in the scope of `scala.quoted.run`.
6
6
* Used to perform all operations on quoted `Expr` or `Type`.
7
7
*
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.
9
9
* This API does not have the static type guarantiees that `Expr` and `Type` provide.
10
10
*
11
11
* @param tasty Typed AST API. Usage: `def f(qctx: QuoteContext) = { import qctx.tasty._; ... }`.
12
12
*/
13
13
trait QuoteContext { self =>
14
14
15
- /** Low-level Typed AST API `tasty` meta-programming API.
15
+ /** Low-level Typed AST API `tasty` metaprogramming API.
16
16
* This API does not have the static type guarantiees that `Expr` and `Type` provide.
17
17
*/
18
18
val tasty : scala.tasty.Reflection
You can’t perform that action at this time.
0 commit comments