From 739e3636b63794fb4cf5000970cf6b770527fd50 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Mon, 17 Jul 2023 22:28:36 +0800 Subject: [PATCH] docs: finish chapter function --- chapters.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/chapters.yml b/chapters.yml index 5f68c8d..e391354 100644 --- a/chapters.yml +++ b/chapters.yml @@ -5,3 +5,4 @@ - array.md: 数组 - tuple.md: 元组 - symbol.md: symbol 类型 +- function.md: 函数