summaryrefslogtreecommitdiffhomepage
path: root/docs/ccommon_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-02-13 16:18:05 +0100
committerTyge Løvset <[email protected]>2023-02-13 16:18:05 +0100
commit3421d7b745310da05117fa97348a99a4a6ef8b5b (patch)
tree02ea44f402f063f9295d733047a34d04aa049546 /docs/ccommon_api.md
parent7dc6fddc079f4f572c8fb7c0ffd5a27e03291a2d (diff)
downloadSTC-modified-3421d7b745310da05117fa97348a99a4a6ef8b5b.tar.gz
STC-modified-3421d7b745310da05117fa97348a99a4a6ef8b5b.zip
Docs update and improvements
Diffstat (limited to 'docs/ccommon_api.md')
-rw-r--r--docs/ccommon_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ccommon_api.md b/docs/ccommon_api.md
index a2f0b99d..4553ada0 100644
--- a/docs/ccommon_api.md
+++ b/docs/ccommon_api.md
@@ -234,7 +234,7 @@ Iterate containers with stop-criteria and chained range filtering.
| `c_flt_skipwhile(it, predicate)` | Skip items until predicate is false |
| `c_flt_takewhile(it, predicate)` | Take items until predicate is false |
| `c_flt_last(it)` | Get count of last filter successes |
-| `c_flt_lastwhile(it)` | Get value of last while-filter |
+| `c_flt_inc(it)` | Increment and return on the stack |
`it.index` holds the index of the source item.
```c