Skip to content

Commit 37de2eb

Browse files
committed
docs(types/function): fix wangdoc#245
1 parent ff16631 commit 37de2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 函数
22

3-
函数是一段可以反复调用的代码块。函数还能接受输入的参数,不同的参数会返回不同的值
3+
函数是一段可以反复调用的代码块。函数还能接受输入的参数,不同的参数有唯一对应的返回值
44

55
## 概述
66

0 commit comments

Comments
 (0)