summaryrefslogtreecommitdiffhomepage
path: root/docs/cqueue_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-03 10:13:02 +0100
committerTyge Løvset <[email protected]>2020-12-03 10:13:02 +0100
commit2afda956b19186c6f4306d43429948a6f7f40d07 (patch)
tree8ba57b84dfe6e480452698517d95c993991fe73c /docs/cqueue_api.md
parent6ed9779a437d4ba439b1e1301d2e5f1e0eaefb7c (diff)
downloadSTC-modified-2afda956b19186c6f4306d43429948a6f7f40d07.tar.gz
STC-modified-2afda956b19186c6f4306d43429948a6f7f40d07.zip
Simplified type sections.
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 b54c0810..9b552653 100644
--- a/docs/cqueue_api.md
+++ b/docs/cqueue_api.md
@@ -17,7 +17,7 @@ will affect the names of all cqueue types and methods. E.g. declaring `using_cqu
| Type name | Type definition | Used to represent... |
|:----------------------|:---------------------------------------|:------------------------------------|
-| `cqueue_X` | Depending on underlying container type | The cqueue type |
+| `cqueue_X` | Depends on underlying container type | The cqueue type |
| `cqueue_X_value_t` | | The cqueue element type |
| `cqueue_X_input_t` | | cqueue input type |
| `cqueue_X_rawvalue_t` | | cqueue raw value type |