Skip to content

Commit

Permalink
Fix case in links from Chapter 5 to .move files (MystenLabs#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored Jun 16, 2022
1 parent 85fe29e commit 8155b9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ There are two ways to transfer a child object:
2. Transfer it to another object, thus it will still be a child object but with the parent object changed.

#### transfer_child_to_address
First of all, let's look at how to transfer a child object to an account address. The [Transfer](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/sources/Transfer.move) library provides the following API:
First of all, let's look at how to transfer a child object to an account address. The [Transfer](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/sources/transfer.move) library provides the following API:
```rust
public fun transfer_child_to_address<T: key>(
child: T,
Expand Down

0 comments on commit 8155b9f

Please sign in to comment.