Skip to content

Commit

Permalink
Update cross-contract-calling.md (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf committed Jun 28, 2023
1 parent 39dd06a commit 23a391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/cross-contract-calling.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Message arguments will be encoded in the order in which they are provided to the
This means that they should match the order (and type) they appear in the function
signature.

You will not be able to get any feedback about this at at compile time. You will only
You will not be able to get any feedback about this at compile time. You will only
find out your call failed at runtime!

#### CallBuilder: Delegate Call
Expand Down

0 comments on commit 23a391b

Please sign in to comment.