Skip to content

Commit db7728f

Browse files
authored
修正了“字母及下划线”的错误
1 parent f4d85c6 commit db7728f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/zh/quickstart/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ returnType identifier(type param...){
111111
```
112112
函数的命名空间由文件的命名空间决定。若文件没有单独声明命名空间,则为工程配置文件设置的命名空间。
113113
:::warning{title=Note!}
114-
mcfpp中的函数名只能包含字母和下划线
114+
mcfpp中的函数名只能包含字母、下划线及数字
115115
:::
116116
return是可用的。
117117
@@ -375,4 +375,4 @@ void main(){
375375
print(1);
376376
print(true);
377377
}
378-
```
378+
```

0 commit comments

Comments
 (0)