Skip to content

Commit 171529a

Browse files
committed
Update doc
1 parent 19a8bdb commit 171529a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/docs/reference/other-new-features/tasty-reflect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ TASTy Reflect provides the following types:
119119
+- TypeTree ----+- Inferred
120120
| +- TypeIdent
121121
| +- TypeSelect
122-
| +- Project
122+
| +- Projection
123123
| +- Singleton
124124
| +- Refined
125125
| +- Applied

library/src/scala/tasty/reflect/Core.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ package scala.tasty.reflect
4141
* +- TypeTree ----+- Inferred
4242
* | +- TypeIdent
4343
* | +- TypeSelect
44-
* | +- Project
44+
* | +- Projection
4545
* | +- Singleton
4646
* | +- Refined
4747
* | +- Applied

library/src/scala/tasty/reflect/Kernel.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ package scala.tasty.reflect
4040
* +- TypeTree ----+- Inferred
4141
* | +- TypeIdent
4242
* | +- TypeSelect
43-
* | +- Project
43+
* | +- Projection
4444
* | +- Singleton
4545
* | +- Refined
4646
* | +- Applied

0 commit comments

Comments
 (0)