From 78ca4e4bd9f91b4e863f3a1af686b20476bca7c1 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 4 Apr 2012 20:57:39 -0700 Subject: [PATCH] change lists to array for clarity --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a90a1a6..3feb320 100644 --- a/README.markdown +++ b/README.markdown @@ -149,7 +149,7 @@ relax is a synonym for `[replaced_bad_utf8, single_quoted_strings, comments, ign #### `{pre_encoder, F}` or `{pre_encoders, [F, G,...]}` #### -pre encoders are functions of arity 1 that pre-process input to the encoder. only input evaluated in a *value* context is pre-processed in this manner (so keys are not pre-processed, but objects and lists are). if more than one pre encoder is declared, the input will be passed to each of them in the order they are declared +pre encoders are functions of arity 1 that pre-process input to the encoder. only input evaluated in a *value* context is pre-processed in this manner (so keys are not pre-processed, but objects and arrays are). if more than one pre encoder is declared, the input will be passed to each of them in the order they are declared input can be any term, but final output from the chain should be otherwise recognized input to the encoder