Skip to content

Commit

Permalink
Minor typo fix in 04-cross-contract-calls.md (#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
teenager-ETH authored Jan 14, 2025
1 parent 13f2b62 commit ad8ddba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ In the above snippet, there's one difference from the callback we saw in `claim_

## Callbacks

The way that the callback works is that you start with the `Self::ext()` and pass in the current acount ID using `env::current_account_id()`. This is essentially saying that you want to call a function that lives on the current account ID.
The way that the callback works is that you start with the `Self::ext()` and pass in the current account ID using `env::current_account_id()`. This is essentially saying that you want to call a function that lives on the current account ID.

You then have a couple of config options that each start with `.with_*`:

Expand Down

0 comments on commit ad8ddba

Please sign in to comment.