This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new a06bc0931 🔄 synced local 'docs/specification/' with remote
'docs/specification/'
a06bc0931 is described below
commit a06bc093136f8b3cc726d99c08d3ca45785bd635
Author: chaokunyang <[email protected]>
AuthorDate: Thu Jan 15 04:23:55 2026 +0000
🔄 synced local 'docs/specification/' with remote 'docs/specification/'
---
docs/specification/xlang_serialization_spec.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/specification/xlang_serialization_spec.md
b/docs/specification/xlang_serialization_spec.md
index a48c43d67..23623bd37 100644
--- a/docs/specification/xlang_serialization_spec.md
+++ b/docs/specification/xlang_serialization_spec.md
@@ -76,7 +76,7 @@ This specification defines the Fory xlang binary format. The
format is dynamic r
- binary: an variable-length array of bytes.
- array: only allow 1d numeric components. Other arrays will be taken as List.
The implementation should support the
interoperability between array and list.
- - bool_array: one dimensional int16 array.
+ - bool_array: one dimensional bool array.
- int8_array: one dimensional int8 array.
- int16_array: one dimensional int16 array.
- int32_array: one dimensional int32 array.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]