diff --git a/docs/basics/cross-contract-calling.md b/docs/basics/cross-contract-calling.md index 4bc1d33f0f..84aa545877 100644 --- a/docs/basics/cross-contract-calling.md +++ b/docs/basics/cross-contract-calling.md @@ -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