aboutsummaryrefslogtreecommitdiff
path: root/array.h
diff options
context:
space:
mode:
authorMoesasji <miyamoto.31b@gmail.com>2020-12-10 18:25:37 +0000
committerMoesasji <miyamoto.31b@gmail.com>2020-12-10 18:25:37 +0000
commit8000440b2de276f6ee65f3f369b8622478a0afb2 (patch)
treeaee1ce6714e9188038b2cd9bf0cf9ec2457e8f20 /array.h
parent247b799b7cd272f20b2c6f9b4e60bf8b57775985 (diff)
downloadvis-8000440b2de276f6ee65f3f369b8622478a0afb2.tar.gz
vis-8000440b2de276f6ee65f3f369b8622478a0afb2.tar.xz
fix typos in comments
Diffstat (limited to 'array.h')
-rw-r--r--array.h2
1 files changed, 1 insertions, 1 deletions
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);