From 8e8234e98d5cdfebb8653b93d41cd7ae452fddb4 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Wed, 3 Mar 2021 11:12:29 +0100 Subject: Some general doc changes. --- docs/cstack_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cstack_api.md') 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 */ -- cgit v1.2.3