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 87cf7ce commit d7913ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions move/abi/sources/abi.move
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ module abi::abi {
}

/// Used to encode variables into abi encoded bytes.
///
/// # Examples
/// ```rust
/// let mut writer = abi::new_writer(4);
/// writer
Expand Down

0 comments on commit d7913ef

Please sign in to comment.