Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fn/diverging.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ fn main() {
```

It is also the return type of functions that loop forever (e.g. `loop {}`) like
network servers or functions that terminates the process (e.g. `exit()`).
network servers or functions that terminate the process (e.g. `exit()`).