Skip to content

Commit

Permalink
Merge pull request #1207 from adispring/diverging-typo
Browse files Browse the repository at this point in the history
[typo] Note, that it is -> Note that, it is
  • Loading branch information
marioidival authored Jun 21, 2019
2 parents b274729 + fe7e846 commit 0a22b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fn/diverging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn foo() -> ! {
```

As opposed to all the other types, this one cannot be instantiated, because the
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
different from the `()` type, which has exactly one possible value.

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

0 comments on commit 0a22b4f

Please sign in to comment.