diff --git a/docs/developer-docs/smart-contracts/advanced-features/async-code.mdx b/docs/developer-docs/smart-contracts/advanced-features/async-code.mdx index ae18e42072..4ab1db4151 100644 --- a/docs/developer-docs/smart-contracts/advanced-features/async-code.mdx +++ b/docs/developer-docs/smart-contracts/advanced-features/async-code.mdx @@ -4,12 +4,10 @@ keywords: [advanced, concept, async code, inter-canister calls, async inter-cani import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow"; -# Composite queries +# Async code and inter-canister calls -# Async code and inter-canister calls - ## Overview In programming, the [async/await pattern](https://en.wikipedia.org/wiki/Async/await) is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a similar way to an ordinary synchronous function.