Merge pull request #401 from brettcannon/patch-1

Fix a grammatical mistake in the README
This commit is contained in:
Ashley Mannix 2020-06-23 16:14:54 +10:00 committed by GitHub
commit 813b6ce479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ pub fn shave_the_yak(yak: &mut Yak) {
## In executables
In order to produce log output, executables have to use a logger implementation compatible with the facade.
There are many available implementations to chose from, here are some of the most popular ones:
There are many available implementations to choose from, here are some of the most popular ones:
* Simple minimal loggers:
* [`env_logger`](https://docs.rs/env_logger/*/env_logger/)