From 6acbdf644d14814be17750071a21b8ff36036499 Mon Sep 17 00:00:00 2001 From: Frankie <1426203851@qq.com> Date: Thu, 25 Aug 2022 17:39:12 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20Update=20`expr.md`=20=E6=9B=B4=E6=AD=A3?= =?UTF-8?q?=E6=96=87=E6=9C=AC=20(#406)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- command/expr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/expr.md b/command/expr.md index 3240bce1e9..78cf62d9a7 100644 --- a/command/expr.md +++ b/command/expr.md @@ -13,7 +13,7 @@ expr的常用运算符: - 减法运算:`-` - 乘法运算:`\*` - 除法运算:`/` -- 求摸(取余)运算:`%` +- 取模(取余)运算:`%` ### 语法