Skip to content

Commit

Permalink
Fix typos in earmarked_libra.mvir
Browse files Browse the repository at this point in the history
Fixing typos
  • Loading branch information
jamesknelson authored and calibra-opensource committed Jun 24, 2019
1 parent 7f04583 commit 9ce9ff5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module EarmarkedLibraCoin {
let t: R#Self.T;

// Construct or "pack" a new resource of type T. Only procedures of the
// `EarmarkedCoin` module can create an `EarmarkedCoin.T`.
// `EarmarkedLibraCoin` module can create an `EarmarkedLibraCoin.T`.
t = T {
coin: move(coin),
recipient: move(recipient),
Expand All @@ -39,7 +39,7 @@ module EarmarkedLibraCoin {
let sender: address;

// Remove the earmarked coin resource published under `earmarked_coin_address`.
// If there is resource of type T published under the address, this will fail.
// If there is no resource of type T published under the address, this will fail.
t = move_from<T>(move(earmarked_coin_address));

t_ref = &t;
Expand Down

0 comments on commit 9ce9ff5

Please sign in to comment.