Skip to content

Commit ce6b518

Browse files
committed
test update
1 parent 633cb84 commit ce6b518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

20-typespecs-behaviors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
Elixir是一门动态类型语言,Elixir中所有类型都是在运行时动态推定的。
77
然而,Elixir还是提供了 **typespecs** 标记,用来:
8-
1. 声明自定义数据类型
9-
2. 声明含有类型的函数签名(即函数的规格说明)
8+
1. 声明自定义数据类型
9+
2. 声明含有类型的函数签名(即函数的规格说明)
1010

1111
### 函数的规格说明
1212

0 commit comments

Comments
 (0)