Skip to content

Commit

Permalink
Update book/src/storage/storage-functions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Nowacki <[email protected]>
  • Loading branch information
damirka and Todd Nowacki authored Apr 4, 2024
1 parent 17e2939 commit 33bdd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/storage/storage-functions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Storage Functions

The module that defines main storage operations is `sui::transfer`. It is implicitly imported in all packages that depend on the [Sui Framework](./../programmability/sui-framework.md), so, like other implicitly imported modules (e.g. `std::option` or `std::vector`) does not require adding a use statement.
The module that defines main storage operations is `sui::transfer`. It is implicitly imported in all packages that depend on the [Sui Framework](./../programmability/sui-framework.md), so, like other implicitly imported modules (e.g. `std::option` or `std::vector`), it does not require adding a use statement.

## Overview

Expand Down

0 comments on commit 33bdd0a

Please sign in to comment.