Skip to content

Commit 849d4b8

Browse files
authored
Update README.md
1 parent 4262ac3 commit 849d4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ We would like to see if the following can be done:
143143

144144
| Language | Type id | Subtype check | Macros/CSE |
145145
|----------|-------------------|------------|----------|
146-
| **Scala** | ⚠️ [Scala 2 only](https://www.scala-lang.org/api/2.13.x/scala-reflect/scala/reflect/api/TypeTags.html) | ⚠️ Scala 2 Only |[AST-level](https://docs.scala-lang.org/overviews/macros/overview.html) |
146+
| **Scala** | ⚠️ [Scala 2 only](https://www.scala-lang.org/api/2.13.x/scala-reflect/scala/reflect/api/TypeTags.html) | ⚠️ Scala 2 Only |[AST-level](https://docs.scala-lang.org/overviews/macros/overview.html) |
147147
| **Rust** |[TypeId](https://doc.rust-lang.org/std/any/struct.TypeId.html) || ⚠️ [Token-stream](https://doc.rust-lang.org/reference/procedural-macros.html) |
148148
| **Haskell** |[Typeable](https://hackage.haskell.org/package/base/docs/Data-Typeable.html) ||[Template Haskell](https://wiki.haskell.org/Template_Haskell) |
149149
| **Kotlin** |[KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/) |[Reflection](https://kotlinlang.org/docs/reflection.html) ||

0 commit comments

Comments
 (0)