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 b274729 + fe7e846 commit 0a22b4fCopy full SHA for 0a22b4f
src/fn/diverging.md
@@ -9,7 +9,7 @@ fn foo() -> ! {
9
```
10
11
As opposed to all the other types, this one cannot be instantiated, because the
12
-set of all possible values this type can have is empty. Note, that it is
+set of all possible values this type can have is empty. Note that, it is
13
different from the `()` type, which has exactly one possible value.
14
15
For example, this function returns as usual, although there is no information
0 commit comments