From a36c25a4c594386c1c8ab7b3a5949afef8971b6f Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Tue, 13 May 2025 02:51:32 +0200 Subject: [PATCH] updates doc on async exceptions --- 10 Notes/Async checked (raising) exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10 Notes/Async checked (raising) exceptions.md b/10 Notes/Async checked (raising) exceptions.md index 0a1449e..ad614dc 100644 --- a/10 Notes/Async checked (raising) exceptions.md +++ b/10 Notes/Async checked (raising) exceptions.md @@ -531,7 +531,7 @@ echo waitFor waitHandle(handle) ``` > [!info] -> In the examples I am using our macro - just for fun, and it is also shorter to type than `Future[...].Raising(...).init()` +> In the examples I am using our macro - just as an example, and it is also shorter to type than `Future[...].Raising(...).init()` The compilation will fail with the following error: