Skip to content

Commit 30d9c9f

Browse files
committed
Update sentive-words-filter.md
1 parent d403e90 commit 30d9c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/system-design/security/sentive-words-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ AC 自动机算法使用 Trie 树来存放模式串的前缀,通过失败匹
5656

5757
### DFA
5858

59-
**DFA**(Deterministic Finite Automata)即确定有穷自动机,与之对应的是 DFA(Non-Deterministic Finite Automata,有穷自动机)。
59+
**DFA**(Deterministic Finite Automata)即确定有穷自动机,与之对应的是 NFA(Non-Deterministic Finite Automata,有穷自动机)。
6060

6161
关于 DFA 的详细介绍可以看这篇文章:[有穷自动机 DFA&NFA (学习笔记) - 小蜗牛的文章 - 知乎](https://zhuanlan.zhihu.com/p/30009083)
6262

0 commit comments

Comments
 (0)