Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit ea70797

Browse files
EarthCompasswrwg
authored andcommitted
[language] Fix the doc of CastU64
1 parent 7188f31 commit ea70797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/move-binary-format/src/file_format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ pub enum Bytecode {
12101210
///
12111211
/// Stack transition:
12121212
///
1213-
/// ```..., integer_value -> ..., u8_value```
1213+
/// ```..., integer_value -> ..., u64_value```
12141214
CastU64,
12151215
/// Convert the value at the top of the stack into u128.
12161216
///

0 commit comments

Comments
 (0)