Skip to content

Commit

Permalink
Update move/abi/sources/abi.move
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
Foivos and milapsheth authored Feb 4, 2025
1 parent d7913ef commit 442e259
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion move/abi/sources/abi.move
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ module abi::abi {
// -----
// Types
// -----

/// Used to decode abi encoded bytes into variables.
/// Example
///
/// # Examples
/// ```rust
/// let mut reader = abi::new_reader(data);
/// let number = reader.read_u256();
Expand Down

0 comments on commit 442e259

Please sign in to comment.