From ed1af86a761ab0f68ee960905b5886cdc62f4e7f Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Mon, 2 May 2022 00:02:13 +0200 Subject: A few more docs bugs fixed. --- docs/cbox_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cbox_api.md') 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. -- cgit v1.2.3