From bca2288e55f5ad42e9f4b7b3367fa0df04047df6 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Mon, 22 Jun 2015 09:51:01 +0700 Subject: [PATCH] Clarify docstring --- README.md | 2 +- src/taoensso/timbre.cljx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b14f8c..fb6875f 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ This is the biggest win over Java logging IMO. Here's `timbre/example-config` (a :profile-stats ; From `profile` macro - + Also incl. any `*context*` keys (see `with-context`). MIDDLEWARE Middleware are simple (fn [data]) -> ?data fns (applied left->right) that diff --git a/src/taoensso/timbre.cljx b/src/taoensso/timbre.cljx index 33072de..7ceb881 100644 --- a/src/taoensso/timbre.cljx +++ b/src/taoensso/timbre.cljx @@ -96,7 +96,7 @@ :profile-stats ; From `profile` macro - + Also incl. any `*context*` keys (see `with-context`). MIDDLEWARE Middleware are simple (fn [data]) -> ?data fns (applied left->right) that