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

Commit

Permalink
[language] Fix the doc of CastU64
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthCompass authored and wrwg committed Aug 21, 2023
1 parent 7188f31 commit ea70797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/move-binary-format/src/file_format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ pub enum Bytecode {
///
/// Stack transition:
///
/// ```..., integer_value -> ..., u8_value```
/// ```..., integer_value -> ..., u64_value```
CastU64,
/// Convert the value at the top of the stack into u128.
///
Expand Down

0 comments on commit ea70797

Please sign in to comment.