summaryrefslogtreecommitdiffhomepage
path: root/docs/cqueue_api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cqueue_api.md')
-rw-r--r--docs/cqueue_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cqueue_api.md b/docs/cqueue_api.md
index 6a9aee7f..ef01b2c4 100644
--- a/docs/cqueue_api.md
+++ b/docs/cqueue_api.md
@@ -16,7 +16,7 @@ a **cdeq_X** or **clist_X** type as underlying implementation, given as `ctype`.
## Header file
-All cqueue definitions and prototypes may be included in your C source file by including a single header file.
+All cqueue definitions and prototypes are available by including a single header file.
```c
#include "stc/cqueue.h" /* includes default underlying implementation header cdeq.h */