Skip to content

Commit b12fa01

Browse files
committed
Add link
1 parent 86f4a17 commit b12fa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/post/2024-11-26-typed-fsm-zig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ date: 2024-11-26T13:32:00+08:00
1111

1212
而状态主要是在代码层面帮助人们理解消息的产生和处理。
1313

14-
## 1.2 介绍typed-fsm-zig的优势
14+
## 1.2 介绍[typed-fsm-zig](https://github.com/sdzx-1/typed-fsm-zig)的优势
1515

1616
利用zig强大的类型系统加上一些编程规范,我们可以在zig中实现类型安全的有限状态机。
1717

0 commit comments

Comments
 (0)