I just noticed something weird Orchid is doing wit...
# strikt
r
I just noticed something weird Orchid is doing with the KDocs. If a type has no generic type, it repeats the type itself as though it were a generic. e.g.
String<String>
or
Any<Any>