Skip to content

Commit

Permalink
Update book/src/storage/transfer-to-object.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ashok Menon <[email protected]>
  • Loading branch information
damirka and amnn authored Dec 9, 2024
1 parent 29c00e1 commit 7b46b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/storage/transfer-to-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public fun receive<T: key>(po: &mut PostOffice, to_receive: Receiving<T>): T {
```

In this example, we have defined a `PostOffice` object that can receive any objects transferred to
it. We ommitted the creation of the `PostOffice` for brevity; additionally, an implementation like
it. We omitted the creation of the `PostOffice` for brevity; additionally, an implementation like
this would require some authorization to prevent unauthorized claims. We talk about authorization
patterns in the [Advanced Programmability](./../programmability/) chapter.

Expand Down

0 comments on commit 7b46b6f

Please sign in to comment.