Skip to content

Commit

Permalink
Update bcs.move
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Nowacki <[email protected]>
  • Loading branch information
damirka and tnowacki authored Feb 1, 2025
1 parent c93e267 commit 39a290e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public fun peel_vec_u256(bcs: &mut BCS): vector<u256> {

/// Peel enum from serialized bytes, where `$f` takes a `tag` value and returns
/// the corresponding enum variant. Move enums are limited to 127 variants,
/// however the tag can be any `u64` value.
/// however the tag can be any `u32` value.
///
/// Example:
/// ```rust
Expand Down

0 comments on commit 39a290e

Please sign in to comment.