Missing period at end of sentence

This commit is contained in:
Brian Fakhoury 2022-08-12 17:16:56 -04:00 committed by Carol (Nichols || Goulding)
parent 64a3622e45
commit 42ca0ef484
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ returns integers from executables to be compatible with this convention.
The `main` function may return any types that implement [the
`std::process::Termination` trait][termination]<!-- ignore -->, which contains
a function `report` that returns an `ExitCode` Consult the standard library
a function `report` that returns an `ExitCode`. Consult the standard library
documentation for more information on implementing the `Termination` trait for
your own types.