File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/docs/reference/other-new-features
library/src/scala/tasty/reflect Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ TASTy Reflect provides the following types:
119
119
+- TypeTree ----+- Inferred
120
120
| +- TypeIdent
121
121
| +- TypeSelect
122
- | +- Project
122
+ | +- Projection
123
123
| +- Singleton
124
124
| +- Refined
125
125
| +- Applied
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ package scala.tasty.reflect
41
41
* +- TypeTree ----+- Inferred
42
42
* | +- TypeIdent
43
43
* | +- TypeSelect
44
- * | +- Project
44
+ * | +- Projection
45
45
* | +- Singleton
46
46
* | +- Refined
47
47
* | +- Applied
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ package scala.tasty.reflect
40
40
* +- TypeTree ----+- Inferred
41
41
* | +- TypeIdent
42
42
* | +- TypeSelect
43
- * | +- Project
43
+ * | +- Projection
44
44
* | +- Singleton
45
45
* | +- Refined
46
46
* | +- Applied
You can’t perform that action at this time.
0 commit comments