Skip to content

Commit

Permalink
Update sui_programmability/examples/fungible_tokens/sources/treasury_…
Browse files Browse the repository at this point in the history
…lock.move
  • Loading branch information
sblackshear committed Oct 12, 2022
1 parent 00236ba commit f5bbeed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module fungible_tokens::treasury_lock {
}

/// Admin capability for `TreasuryLock`. Bearer has the power to create, ban,
/// and unban mint capaibilties (`MintCap`)
/// and unban mint capabilities (`MintCap`)
struct LockAdminCap<phantom T> has key, store {
id: UID
}
Expand Down

0 comments on commit f5bbeed

Please sign in to comment.