This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new e00df2584 docs: fix typo (#3157)
e00df2584 is described below
commit e00df2584e00642b8703705c0754ab7b31b8fd94
Author: Joscha Feth <[email protected]>
AuthorDate: Wed Sep 11 18:54:12 2024 +0100
docs: fix typo (#3157)
---
doc/content/en/docs/++version++/Specification/_index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/content/en/docs/++version++/Specification/_index.md
b/doc/content/en/docs/++version++/Specification/_index.md
index d9199c340..bacb07d0f 100755
--- a/doc/content/en/docs/++version++/Specification/_index.md
+++ b/doc/content/en/docs/++version++/Specification/_index.md
@@ -444,7 +444,7 @@ Two items with the same schema are compared according to
the following rules.
* _map_ data may not be compared. It is an error to attempt to compare data
containing maps unless those maps are in an `"order":"ignore"` record field.
## Object Container Files
-Avro includes a simple object container file format. A file has a schema, and
all objects stored in the file must be written according to that schema, using
binary encoding. Objects are stored in blocks that may be compressed.
Syncronization markers are used between blocks to permit efficient splitting of
files for MapReduce processing.
+Avro includes a simple object container file format. A file has a schema, and
all objects stored in the file must be written according to that schema, using
binary encoding. Objects are stored in blocks that may be compressed.
Synchronization markers are used between blocks to permit efficient splitting
of files for MapReduce processing.
Files may include arbitrary user-specified metadata.