Skip to content

Commit d8d0a5a

Browse files
author
刘建秋
committed
type alias
1 parent 5ca0d83 commit d8d0a5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EN/type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type handle func (str string)
3939
4040
```
4141

42-
###### Type aliases and type definitions **(Distinction)**
42+
###### Type aliases and type definitions (Distinction)
4343

4444
Define built-in type definitions prior to Go 1.9:
4545
```

zh_CN/type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type handle func(str string)
4040
4141
```
4242

43-
###### 类型别名和类型定义**(区别**
43+
###### 类型别名和类型定义(区别)
4444

4545
在 Go 1.9 版本之前定义内建类型的定义:
4646
```

0 commit comments

Comments
 (0)