Skip to content

Commit eb3784e

Browse files
AstenLandauRaz
andauthored
fix: incorrect serialization output in serialization-of-cairo-types.adoc (#1335)
* Update serialization-of-cairo-types.adoc Fix an incorrect serialization output in Table 3 * invoked rebuild --------- Co-authored-by: Raz Landau <[email protected]>
1 parent 9faf7e3 commit eb3784e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Starknet/modules/architecture-and-concepts/pages/smart-contracts/serialization-of-cairo-types.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ The serialization of `MyStruct` is determined as shown in the table xref:#serial
256256
| [`3,1,2,3`]
257257
|===
258258

259-
Combining the above, the struct is serialized as follows: `[0,2,5,3,1,2,3]`
259+
Combining the above, the struct is serialized as follows: `[2,0,5,3,1,2,3]`
260260

261261
[#serialization_of_byte_arrays]
262262
== Serialization of byte arrays

0 commit comments

Comments
 (0)