Skip to content

Commit b47e7ce

Browse files
committed
replaced resolved with composed
1 parent 40473f6 commit b47e7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/guides/01_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ program first_mapping.aleo {
4646

4747
## Calling async transitions from external programs
4848

49-
Leo enables developers to call external `async transitions` from imported programs in an `async transition`. A call to an async transition returns a `Future` which must be passed as inputs to an async function. These `Futures` must be resolved inside of the `async function` using the `await` keyword, as shown in the example below.
49+
Leo enables developers to call external `async transitions` from imported programs in an `async transition`. A call to an async transition returns a `Future` which must be passed as inputs to an async function. These `Futures` must be composed inside of the `async function` using the `await` keyword, as shown in the example below.
5050

5151
```leo
5252
import first_mapping.aleo;

0 commit comments

Comments
 (0)