summaryrefslogtreecommitdiffhomepage
path: root/docs/cbox_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-05-02 00:02:13 +0200
committerTyge Løvset <[email protected]>2022-05-02 00:02:13 +0200
commited1af86a761ab0f68ee960905b5886cdc62f4e7f (patch)
treef6ec758afe3ba12e5829c147c30ab86625890329 /docs/cbox_api.md
parent96e9ed4ae8e191f071c40fce11f3899fc0fb5db3 (diff)
downloadSTC-modified-ed1af86a761ab0f68ee960905b5886cdc62f4e7f.tar.gz
STC-modified-ed1af86a761ab0f68ee960905b5886cdc62f4e7f.zip
A few more docs bugs fixed.
Diffstat (limited to 'docs/cbox_api.md')
-rw-r--r--docs/cbox_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cbox_api.md b/docs/cbox_api.md
index 02b827a3..2b91a137 100644
--- a/docs/cbox_api.md
+++ b/docs/cbox_api.md
@@ -1,6 +1,6 @@
# STC [cbox](../include/stc/cbox.h): Smart Pointer (Boxed object)
-**cbox** is a A box is a smart pointer to a heap allocated value of type X. A **cbox** can
+**cbox** is a smart pointer to a heap allocated value of type X. A **cbox** can
be empty. The *cbox_X_cmp()*, *cbox_X_drop()* methods are defined based on the `i_cmp`
and `i_valdrop` macros specified. Use *cbox_X_clone(p)* to make a deep copy, which uses the
`i_valfrom` macro if defined.