Skip to content

Commit 30d3887

Browse files
committed
Fix typo in serialization types
1 parent d123273 commit 30d3887

File tree

2 files changed

+2
-2
lines changed
  • docs/concepts/serialization
  • versioned_docs/version-2.0.0/concepts/serialization

2 files changed

+2
-2
lines changed

docs/concepts/serialization/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Hex-encoded bytes serialized as a `u32` value describing the length of the bytes
214214

215215
## ByteCodeKind
216216

217-
The type of byte code, serialized as a single `u8` value. A `0` indicates empty byte code. `1` indicates a `V1CasperWasm` to be executed with the first version of the Casper execution engine. `2` indicates a `V2CasperWasm` to be executed with the first version of the Casper execution engine.
217+
The type of byte code, serialized as a single `u8` value. A `0` indicates empty byte code. `1` indicates a `V1CasperWasm` to be executed with the first version of the Casper execution engine. `2` indicates a `V2CasperWasm` to be executed with the second version of the Casper execution engine.
218218

219219
## Caller {#caller}
220220

versioned_docs/version-2.0.0/concepts/serialization/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Hex-encoded bytes serialized as a `u32` value describing the length of the bytes
214214

215215
## ByteCodeKind
216216

217-
The type of byte code, serialized as a single `u8` value. A `0` indicates empty byte code. `1` indicates a `V1CasperWasm` to be executed with the first version of the Casper execution engine. `2` indicates a `V2CasperWasm` to be executed with the first version of the Casper execution engine.
217+
The type of byte code, serialized as a single `u8` value. A `0` indicates empty byte code. `1` indicates a `V1CasperWasm` to be executed with the first version of the Casper execution engine. `2` indicates a `V2CasperWasm` to be executed with the second version of the Casper execution engine.
218218

219219
## Caller {#caller}
220220

0 commit comments

Comments
 (0)