diff options
| author | Tyge Løvset <[email protected]> | 2022-04-27 19:46:01 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-04-27 19:46:01 +0200 |
| commit | 163831695b2ad211fc31ffb7410a82cd66a425e9 (patch) | |
| tree | 9b2fdeba17944eadf267d7a770124599674f43bd /docs/cbox_api.md | |
| parent | edfcc712b48e2a582bcad1bc5a4102f18154e549 (diff) | |
| download | STC-modified-163831695b2ad211fc31ffb7410a82cd66a425e9.tar.gz STC-modified-163831695b2ad211fc31ffb7410a82cd66a425e9.zip | |
Docs only update for carc/cbox.
Diffstat (limited to 'docs/cbox_api.md')
| -rw-r--r-- | docs/cbox_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cbox_api.md b/docs/cbox_api.md index 266539c6..02b827a3 100644 --- a/docs/cbox_api.md +++ b/docs/cbox_api.md @@ -85,8 +85,8 @@ int main() c_auto (ISet, set) // similar { c_apply(v, IVec_push(&vec, v), IBox, { - IBox_from(2021), IBox_from(2012), - IBox_from(2022), IBox_from(2015), + IBox_make(2021), IBox_make(2012), + IBox_make(2022), IBox_make(2015), }); printf("vec:"); |
