From 2b97ba6959d2ede2aa239a9cdc0f78410781043c Mon Sep 17 00:00:00 2001 From: ruanyf Date: Fri, 1 Sep 2023 22:08:25 +0800 Subject: [PATCH] chore: modify chapter title --- chapters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters.yml b/chapters.yml index 14a2ffe..b1c1825 100644 --- a/chapters.yml +++ b/chapters.yml @@ -18,7 +18,7 @@ - decorator-legacy.md: 装饰器(旧语法) - declare.md: declare 关键字 - d.ts.md: d.ts 类型声明文件 -- operator.md: 运算符 +- operator.md: 类型运算符 - mapping.md: 类型映射 - utility.md: 类型工具 - comment.md: 注释指令