Skip to content

Commit

Permalink
fix: incorrect serialization output in serialization-of-cairo-types.a…
Browse files Browse the repository at this point in the history
…doc (#1335)

* Update serialization-of-cairo-types.adoc

Fix an incorrect serialization output in Table 3

* invoked rebuild

---------

Co-authored-by: Raz Landau <[email protected]>
  • Loading branch information
0xAsten and LandauRaz authored Oct 28, 2024
1 parent 9faf7e3 commit eb3784e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The serialization of `MyStruct` is determined as shown in the table xref:#serial
| [`3,1,2,3`]
|===

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

[#serialization_of_byte_arrays]
== Serialization of byte arrays
Expand Down

0 comments on commit eb3784e

Please sign in to comment.