From 99857a7381171d86901a6ed5d5910dbea0694041 Mon Sep 17 00:00:00 2001 From: Andrew Paseltiner Date: Wed, 8 Jul 2015 13:08:51 -0400 Subject: [PATCH] s/chose/choose/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28243cb..3a40259 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ pub fn shave_the_yak(yak: &Yak) { ## In executables -Executables should chose a logger implementation and initialize it early in the +Executables should choose a logger implementation and initialize it early in the runtime of the program. Logger implementations will typically include a function to do this. Any log messages generated before the logger is initialized will be ignored.