From 5821b8a338b080e233e2cd1cc9a860a1b6ed0c0c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 13 Jun 2020 11:22:55 -0700 Subject: [PATCH] Fix a grammatical mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed81792ed..d320b9c2f 100644 --- a/README.md +++ b/README.md @@ -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/)