From 8000440b2de276f6ee65f3f369b8622478a0afb2 Mon Sep 17 00:00:00 2001 From: Moesasji Date: Thu, 10 Dec 2020 18:25:37 +0000 Subject: fix typos in comments --- array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'array.h') diff --git a/array.h b/array.h index 2a82535..5eb8daa 100644 --- a/array.h +++ b/array.h @@ -100,7 +100,7 @@ bool array_truncate(Array*, size_t length); * Change length. * @rst * .. note:: Has to be less or equal than the capacity. - * Newly accesible elements preserve their previous values. + * Newly accessible elements preserve their previous values. * @endrst */ bool array_resize(Array*, size_t length); -- cgit v1.2.3