From d05737c48813a077976da385d8922f3b17400b80 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Mon, 22 Feb 2021 14:37:45 +0100 Subject: Minor map doc fix and cleanups. --- docs/cqueue_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cqueue_api.md') diff --git a/docs/cqueue_api.md b/docs/cqueue_api.md index c5429ff6..40a0796f 100644 --- a/docs/cqueue_api.md +++ b/docs/cqueue_api.md @@ -12,7 +12,7 @@ using_cqueue(X, ctype) The macro `using_cqueue()` must be instantiated in the global scope. **cqueue** uses normally a **cdeq_X** or **clist_X** type as underlying implementation, given as `ctype`. See example below for usage. `X` is a type tag name and will affect the names of all cqueue types and methods. E.g. declaring -`using_cqueue(my, clist_my)`, `X` should be replaced by `my` in all of the following documentation. +`using_cqueue(i, clist_i)`, `X` should be replaced by `i` in all of the following documentation. ## Header file -- cgit v1.2.3