Skip to content

Commit

Permalink
docs: fix callotu
Browse files Browse the repository at this point in the history
  • Loading branch information
g-tejas committed Aug 15, 2024
1 parent 166694a commit bc3a4a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Loom requires that you hook your main method (e.g the same watch Catch2 does) in
`glibc` functions are invoked. This has various purposes, mainly for proper scheduling behaviour and telemetry. For
example, we don't want a `sleep` in the fiber thread to block the entire thread.

> [!info] Note that all macros in `loom` start with `$`.
> [!NOTE]
> Note that all macros in `loom` start with `$`.
```cpp
#include <loom/all.hpp>
Expand Down

0 comments on commit bc3a4a2

Please sign in to comment.