update README.md fixing typo in maps example Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/5337135b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/5337135b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/5337135b
Branch: refs/heads/master Commit: 5337135b8313293927349fea0b14433f8337c0e8 Parents: 801f9e7 Author: Feiko Nanninga <[email protected]> Authored: Fri Apr 24 16:15:05 2015 +0200 Committer: Feiko Nanninga <[email protected]> Committed: Fri Apr 24 16:15:05 2015 +0200 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/5337135b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index a609b77..13bc42e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Data Format {[]} -> {} -> {[]} {[{foo, bar}]} -> {"foo": "bar"} -> {[{<<"foo">>, <<"bar">>}]} {[{<<"foo">>, <<"bar">>}]} -> {"foo": "bar"} -> {[{<<"foo">>, <<"bar">>}]} - #{<<"foo">> => <<"bar">>} -> {"foo": "bar"} -> #{<<"foo">> -> <<"bar">>} + #{<<"foo">> => <<"bar">>} -> {"foo": "bar"} -> #{<<"foo">> => <<"bar">>} N.B. The last entry in this table is only valid for VM's that support the `maps` data type (i.e., 17.0 and newer) and client code must pass
