Skip to content

Commit

Permalink
Update move.md (MystenLabs#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored May 24, 2022
1 parent 58c72cf commit 5b152bf
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 @@ -948,7 +948,7 @@ This call also requires to have the `child_ref` as proof of original ownership.
After this transfer, the object will be owned by `recipient`.
More examples of how objects can be transferred and owned can be found in
[ObjectOwner.move](https://github.com/MystenLabs/sui/tree/main/sui_core/src/unit_tests/data/object_owner/sources/ObjectOwner.move).
[ObjectOwner.move](https://github.com/MystenLabs/sui/blob/main/crates/sui-core/src/unit_tests/data/object_owner/sources/ObjectOwner.move).
#### Freeze an object
To make an object `obj` shared and immutable, one can call:
Expand Down

0 comments on commit 5b152bf

Please sign in to comment.