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: