Skip to content

Commit 0a22b4f

Browse files
authored
Merge pull request #1207 from adispring/diverging-typo
[typo] Note, that it is -> Note that, it is
2 parents b274729 + fe7e846 commit 0a22b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn/diverging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn foo() -> ! {
99
```
1010

1111
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
12+
set of all possible values this type can have is empty. Note that, it is
1313
different from the `()` type, which has exactly one possible value.
1414

1515
For example, this function returns as usual, although there is no information

0 commit comments

Comments
 (0)