There was an error while loading. Please reload this page.
2 parents 4bbf8a1 + 8bbe3a6 commit ab4db7aCopy full SHA for ab4db7a
docs/types/never.md
@@ -15,7 +15,7 @@ Of course you can use this annotation yourself as well
15
let foo: never; // Okay
16
```
17
18
-However, `never` *can only ever be assigned to another never*. e.g.
+However, *only `never` can be assigned to another never*. e.g.
19
20
```ts
21
let foo: never = 123; // Error: Type number is not assignable to never
0 commit comments