Skip to content

Commit fe7e846

Browse files
committed
[typo] Note, that it is -> Note that, it is
1 parent b274729 commit fe7e846

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)