Skip to content

Commit dacd169

Browse files
authored
Minor fix of example code in function.md
1 parent eb34ba0 commit dacd169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ hello() {
3838

3939
```bash
4040
$ hello world
41-
hello world
41+
Hello world
4242
```
4343

4444
下面是一个多行函数的例子,显示当前日期时间。

0 commit comments

Comments
 (0)