Skip to content

Commit a8e1ad6

Browse files
authored
Merge pull request #6669 from tegonal/typo
[Doc] remove unnecessary `
2 parents cc64c26 + 5a5c0e0 commit a8e1ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/kind-polymorphism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ f[Map]
2828
f[[X] =>> String]
2929
```
3030

31-
We call type parameters and abstract types with an `AnyKind` upper bound _any-kinded types_`.
31+
We call type parameters and abstract types with an `AnyKind` upper bound _any-kinded types_.
3232
Since the actual kind of an any-kinded type is unknown, its usage must be heavily restricted: An any-kinded type
3333
can be neither the type of a value, nor can it be instantiated with type parameters. So about the only
3434
thing one can do with an any-kinded type is to pass it to another any-kinded type argument.

0 commit comments

Comments
 (0)