You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/29 00:42:54 UTC

[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 <ad...@clonejo.de>
Authored: Fri Apr 24 16:15:05 2015 +0200
Committer: Feiko Nanninga <ad...@clonejo.de>
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