We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc64c26 + 5a5c0e0 commit a8e1ad6Copy full SHA for a8e1ad6
docs/docs/reference/other-new-features/kind-polymorphism.md
@@ -28,7 +28,7 @@ f[Map]
28
f[[X] =>> String]
29
```
30
31
-We call type parameters and abstract types with an `AnyKind` upper bound _any-kinded types_`.
+We call type parameters and abstract types with an `AnyKind` upper bound _any-kinded types_.
32
Since the actual kind of an any-kinded type is unknown, its usage must be heavily restricted: An any-kinded type
33
can be neither the type of a value, nor can it be instantiated with type parameters. So about the only
34
thing one can do with an any-kinded type is to pass it to another any-kinded type argument.
0 commit comments