updates doc on async exceptions

This commit is contained in:
Marcin Czenko 2025-05-13 02:51:32 +02:00
parent 94a3a4a403
commit a36c25a4c5
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0

View File

@ -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: