Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bahdanau committed Oct 1, 2024
1 parent 1d3c247 commit 39ec351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/cookbook/jettons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ contract Example with Deployable {
self.myJettonAmount += msg.amount;
// return exceeses
// return excesses
self.forward(msg.sender, null, false, null);
}
}
Expand Down

0 comments on commit 39ec351

Please sign in to comment.