Skip to content

Commit eead22c

Browse files
authored
Merge pull request #1423 from dariuswiles/dariuswiles-patch-1
Fix grammar "terminates" -> "terminate"
2 parents 3e0d987 + 74a865c commit eead22c

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
@@ -66,4 +66,4 @@ fn main() {
6666
```
6767

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

0 commit comments

Comments
 (0)