Skip to content

Commit

Permalink
patch doc
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed Feb 3, 2025
1 parent d976373 commit c0d647e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-framework/docs/sui/bcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ Peel a vector of <code>u256</code> from serialized bytes.

Peel enum from serialized bytes, where <code>$f</code> takes a <code>tag</code> value and returns
the corresponding enum variant. Move enums are limited to 127 variants,
however the tag can be any <code>u64</code> value.
however the tag can be any <code>u32</code> value.

Example:
```rust
Expand Down

0 comments on commit c0d647e

Please sign in to comment.