Skip to content

Commit 478e30e

Browse files
authored
fix(docs): corrected the typo in docs/versioned (#392)
The old definition of `bool_array` had a typo, ``` - bool_array: one dimensional int16 array. ``` Which is now corrected to ``` - bool_array: one dimensional bool array. ```
1 parent a06bc09 commit 478e30e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/specification/xlang_serialization_spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ also introduce more complexities compared to static serialization frameworks. So
7373
- binary: an variable-length array of bytes.
7474
- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7575
interoperability between array and list.
76-
- bool_array: one dimensional int16 array.
76+
- bool_array: one dimensional bool array.
7777
- int8_array: one dimensional int8 array.
7878
- int16_array: one dimensional int16 array.
7979
- int32_array: one dimensional int32 array.

versioned_docs/version-0.10/specification/xlang_serialization_spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ also introduce more complexities compared to static serialization frameworks. So
7373
- binary: an variable-length array of bytes.
7474
- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7575
interoperability between array and list.
76-
- bool_array: one dimensional int16 array.
76+
- bool_array: one dimensional bool array.
7777
- int8_array: one dimensional int8 array.
7878
- int16_array: one dimensional int16 array.
7979
- int32_array: one dimensional int32 array.

versioned_docs/version-0.11/specification/xlang_serialization_spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ also introduce more complexities compared to static serialization frameworks. So
7373
- binary: an variable-length array of bytes.
7474
- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7575
interoperability between array and list.
76-
- bool_array: one dimensional int16 array.
76+
- bool_array: one dimensional bool array.
7777
- int8_array: one dimensional int8 array.
7878
- int16_array: one dimensional int16 array.
7979
- int32_array: one dimensional int32 array.

versioned_docs/version-0.12/specification/xlang_serialization_spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ also introduce more complexities compared to static serialization frameworks. So
7373
- binary: an variable-length array of bytes.
7474
- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7575
interoperability between array and list.
76-
- bool_array: one dimensional int16 array.
76+
- bool_array: one dimensional bool array.
7777
- int8_array: one dimensional int8 array.
7878
- int16_array: one dimensional int16 array.
7979
- int32_array: one dimensional int32 array.

versioned_docs/version-0.13/specification/xlang_serialization_spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ also introduce more complexities compared to static serialization frameworks. So
7373
- binary: an variable-length array of bytes.
7474
- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7575
interoperability between array and list.
76-
- bool_array: one dimensional int16 array.
76+
- bool_array: one dimensional bool array.
7777
- int8_array: one dimensional int8 array.
7878
- int16_array: one dimensional int16 array.
7979
- int32_array: one dimensional int32 array.

versioned_docs/version-0.14/specification/xlang_serialization_spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This specification defines the Fory xlang binary format. The format is dynamic r
6969
- binary: an variable-length array of bytes.
7070
- array: only allow 1d numeric components. Other arrays will be taken as List. The implementation should support the
7171
interoperability between array and list.
72-
- bool_array: one dimensional int16 array.
72+
- bool_array: one dimensional bool array.
7373
- int8_array: one dimensional int8 array.
7474
- int16_array: one dimensional int16 array.
7575
- int32_array: one dimensional int32 array.

0 commit comments

Comments
 (0)