Merge pull request #304 from svenstaro/patch-1

Add comma to make parsing this easier
This commit is contained in:
David Tolnay
2018-10-30 12:12:33 -07:00
committed by GitHub
+1 -1
View File
@@ -62,7 +62,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.
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:
* Simple minimal loggers: