From 06b96795f66e7110607fc520f4bfc5aa44530e35 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Tue, 28 Oct 2014 13:17:31 +0100 Subject: [PATCH] Improve a grammar --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 53c1932f..1225bebf 100644 --- a/README.mdown +++ b/README.mdown @@ -42,7 +42,7 @@ Core Concepts Every `Logger` instance has a channel (name) and a stack of handlers. Whenever you add a record to the logger, it traverses the handler stack. Each handler -decides whether it handled fully the record, and if so, the propagation of the +decides whether it fully handled the record, and if so, the propagation of the record ends there. This allows for flexible logging setups, for example having a `StreamHandler` at