Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 136401801E for ; Tue, 28 Jul 2015 22:42:30 +0000 (UTC) Received: (qmail 46028 invoked by uid 500); 28 Jul 2015 22:42:28 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 45681 invoked by uid 500); 28 Jul 2015 22:42:28 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 44245 invoked by uid 99); 28 Jul 2015 22:42:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2015 22:42:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EAC0CE36EA; Tue, 28 Jul 2015 22:42:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Tue, 28 Jul 2015 22:42:54 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [29/54] jiffy commit: updated refs/heads/master to ef77de4 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 Authored: Fri Apr 24 16:15:05 2015 +0200 Committer: Feiko Nanninga 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