This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new cca4401 Fix map example in doc/spec (#952)
cca4401 is described below
commit cca4401c7ab4ef9e1237e01b6ea1f52fcea7dfc2
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>