From ff75974e30459b23a44d18a9180e8c9def80de46 Mon Sep 17 00:00:00 2001 From: qiufeihong2018 <15058301288@163.com> Date: Fri, 12 Apr 2024 16:33:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20update=20=E6=95=B0=E7=BB=84=E6=80=BB?= =?UTF-8?q?=E7=BB=93=E7=AF=87=E5=92=8C=E6=95=B0=E7=BB=84=E7=90=86=E8=AE=BA?= =?UTF-8?q?=E5=9F=BA=E7=A1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- problems/数组总结篇.md | 2 +- problems/数组理论基础.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/problems/数组总结篇.md b/problems/数组总结篇.md index 7550ce02..d6a4e540 100644 --- a/problems/数组总结篇.md +++ b/problems/数组总结篇.md @@ -16,7 +16,7 @@ **数组是存放在连续内存空间上的相同类型数据的集合。** -数组可以方便的通过下标索引的方式获取到下标下对应的数据。 +数组可以方便的通过下标索引的方式获取到下标对应的数据。 举一个字符数组的例子,如图所示: diff --git a/problems/数组理论基础.md b/problems/数组理论基础.md index d104c883..1eb5b3f5 100644 --- a/problems/数组理论基础.md +++ b/problems/数组理论基础.md @@ -16,7 +16,7 @@ **数组是存放在连续内存空间上的相同类型数据的集合。** -数组可以方便的通过下标索引的方式获取到下标下对应的数据。 +数组可以方便的通过下标索引的方式获取到下标对应的数据。 举一个字符数组的例子,如图所示: