summaryrefslogtreecommitdiffhomepage
path: root/docs/cstack_api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cstack_api.md')
-rw-r--r--docs/cstack_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cstack_api.md b/docs/cstack_api.md
index 4a8a6f34..c953ef91 100644
--- a/docs/cstack_api.md
+++ b/docs/cstack_api.md
@@ -17,7 +17,7 @@ affect the names of all cstack types and methods. E.g. declaring `using_cstack(i
## Header file
-All cstack definitions and prototypes may be included in your C source file by including a single header file.
+All cstack definitions and prototypes are available by including a single header file.
```c
#include "stc/cstack.h" /* includes default underlying implementation header cvec.h */