From 1d5f5dd3cd5cc07352379fe33930770e3d203f3a Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 4 Jun 2026 17:22:25 -0400 Subject: use await and more application definitions --- docs/type_system/fn.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/type_system/fn.md') diff --git a/docs/type_system/fn.md b/docs/type_system/fn.md index b004560..66a350e 100644 --- a/docs/type_system/fn.md +++ b/docs/type_system/fn.md @@ -91,15 +91,15 @@ Asynchronous call ```text task : `async fn -value : `wait task +value : `await task ``` ## \`sync Synchronous call -If the callee is a process, an inline wait with async is used +If the callee is a process, an inline await with async is used ```text -fn `sync args // can be turned into `wait fn `async args +fn `sync args // can be turned into `await fn `async args ``` -- cgit v1.2.3