Skip to content

Commit

Permalink
Update move.md to replace id.move with object.move (MystenLabs#3300)
Browse files Browse the repository at this point in the history
* Update move.md

* Update move.md
  • Loading branch information
Clay-Mysten authored Jul 19, 2022
1 parent 3648e55 commit 6828f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/build/move.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ Since we are developing a fantasy game, in addition to the mandatory
`Coin` struct), our asset has both `magic` and `strength` fields
describing its respective attribute values. Please note that we need
to import the
[ID package](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/sources/id.move) from
[Object package](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/sources/object.move) from
Sui framework to gain access to the `Info` struct type defined
in this package.

Expand Down

0 comments on commit 6828f80

Please sign in to comment.