diff options
| author | Fuwn <[email protected]> | 2022-06-19 00:19:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-19 00:19:22 -0700 |
| commit | 8648f8f575bc350dfc909964d2fe3090e468160b (patch) | |
| tree | 21e41cb3feb8f2d4247b39140340a2eb90e5a0b5 | |
| parent | chore(meson): optionalize clang-tidy (diff) | |
| download | tatl-8648f8f575bc350dfc909964d2fe3090e468160b.tar.xz tatl-8648f8f575bc350dfc909964d2fe3090e468160b.zip | |
docs(macros): local context
| -rw-r--r-- | include/tatl/macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tatl/macros.h b/include/tatl/macros.h index 2986b6b..aa8775d 100644 --- a/include/tatl/macros.h +++ b/include/tatl/macros.h @@ -46,7 +46,7 @@ \ int reference(void) -/* Access the global Tatl macro context */ +/* Access the Tatl macro context */ #define TATL_CONTEXT __context /* Evaluate two values' equality */ |