Skip to content

Commit

Permalink
Update from_bcs.move
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw authored Nov 16, 2024
1 parent 4f3ee4f commit 71731ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aptos-move/framework/aptos-stdlib/sources/from_bcs.move
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// This module provides a number of functions to convert _primitive_ types from their representation in `std::bcs`
/// to values. This is the opposite of `bcs::to_bytes`. Note that it is not safe to define a generic public `from_bytes`
/// function because this can violate implicit struct invariants, therefore only primitive types are offerred. If
/// function because this can violate implicit struct invariants, therefore only primitive types are offered. If
/// a general conversion back-and-force is needed, consider the `aptos_std::Any` type which preserves invariants.
///
/// Example:
Expand Down

0 comments on commit 71731ab

Please sign in to comment.