Skip to content

Commit

Permalink
Merge pull request #401 from brettcannon/patch-1
Browse files Browse the repository at this point in the history
Fix a grammatical mistake in the README
  • Loading branch information
KodrAus committed Jun 23, 2020
2 parents 9ae6778 + 5821b8a commit 813b6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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/)
Expand Down

0 comments on commit 813b6ce

Please sign in to comment.