This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.10 by this push:
     new b269f83  Fix map example in doc/spec (#952)
b269f83 is described below

commit b269f83ba0a049488e88966a2f54564142474e44
Author: Alberto Sanz <[email protected]>
AuthorDate: Mon Aug 24 14:22:28 2020 +0200

    Fix map example in doc/spec (#952)
---
 doc/src/content/xdocs/spec.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/content/xdocs/spec.xml b/doc/src/content/xdocs/spec.xml
index 94fa68e..2cf3f8a 100644
--- a/doc/src/content/xdocs/spec.xml
+++ b/doc/src/content/xdocs/spec.xml
@@ -222,7 +222,7 @@
     <source>
 {
   "type": "map",
-  "items" : "long",
+  "values" : "long",
   "default": {}
 }
     </source>

Reply via email to