summaryrefslogtreecommitdiffhomepage
path: root/docs/cstack_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/cstack_api.md
parent6ed9779a437d4ba439b1e1301d2e5f1e0eaefb7c (diff)
downloadSTC-modified-2afda956b19186c6f4306d43429948a6f7f40d07.tar.gz
STC-modified-2afda956b19186c6f4306d43429948a6f7f40d07.zip
Simplified type sections.
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 783b1cf9..9cbd9d58 100644
--- a/docs/cstack_api.md
+++ b/docs/cstack_api.md
@@ -17,7 +17,7 @@ will affect the names of all cstack types and methods. E.g. declaring `using_cst
| Type name | Type definition | Used to represent... |
|:----------------------|:---------------------------------------|:------------------------------------|
-| `cstack_X` | Depending on underlying container type | The cstack type |
+| `cstack_X` | Depends on underlying container type | The cstack type |
| `cstack_X_value_t` | | The cstack element type |
| `cstack_X_input_t` | | cstack input type |
| `cstack_X_rawvalue_t` | | cstack raw value type |