Skip to content

Commit

Permalink
Fix typo: moduelr -> module in comment (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: Persona Normale <[email protected]>
  • Loading branch information
PersonaNormale and Persona Normale authored Mar 5, 2025
1 parent beab31c commit a2e299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aptos-friend/contract/sources/aptos_friend.move
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module aptos_friend_addr::aptos_friend {
}

// If you deploy the module under an object, sender is the object's signer
// If you deploy the moduelr under your own account, sender is your account's signer
// If you deploy the module under your own account, sender is your account's signer
fun init_module(sender: &signer) {
let vault_constructor_ref = &object::create_named_object(sender, VAULT_SEED);
let vault_signer = &object::generate_signer(vault_constructor_ref);
Expand Down

0 comments on commit a2e299e

Please sign in to comment.