Clarify docstring

This commit is contained in:
Peter Taoussanis 2015-06-22 09:51:01 +07:00
parent 03b9ab5c08
commit bca2288e55
2 changed files with 2 additions and 2 deletions

View File

@ -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, which get merged into data map>
Also incl. any `*context*` keys (see `with-context`).
MIDDLEWARE
Middleware are simple (fn [data]) -> ?data fns (applied left->right) that

View File

@ -96,7 +96,7 @@
:profile-stats ; From `profile` macro
<Also incl. any *context* keys, which get merged into data map>
Also incl. any `*context*` keys (see `with-context`).
MIDDLEWARE
Middleware are simple (fn [data]) -> ?data fns (applied left->right) that