From 95dc8dc190b8430d5ee37bc26fcf21b8f037267f Mon Sep 17 00:00:00 2001 From: GrzegorzW Date: Tue, 28 Aug 2018 21:42:08 +0200 Subject: [PATCH] Fix markup - inline code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4b594b..e26c55d 100644 --- a/README.md +++ b/README.md @@ -360,9 +360,9 @@ It is probably best to keep this number small. When the high-water mark is exceeded, lager can be configured to flush all event notifications in the message queue. This can have unintended consequences -for other handlers in the same event manager (in e.g. the `error_logger'), as +for other handlers in the same event manager (in e.g. the `error_logger`), as events they rely on may be wrongly discarded. By default, this behavior is enabled, -but can be controlled, for the `error_logger' via: +but can be controlled, for the `error_logger` via: ```erlang {error_logger_flush_queue, true | false}