OSDN Git Service

:pencil2: fix typo
authorouuan <y___o___u@126.com>
Sat, 14 Sep 2019 02:40:08 +0000 (10:40 +0800)
committerouuan <y___o___u@126.com>
Sat, 14 Sep 2019 02:40:08 +0000 (10:40 +0800)
docs/string/seq-automaton.md

index 69d5709..bfc6260 100644 (file)
@@ -45,7 +45,7 @@ $$
 
 ## 例题
 
-### " [「HEOI2015」最短不公共子串](https://www.luogu.org/problem/P4112) "
+### [「HEOI2015」最短不公共子串](https://www.luogu.org/problem/P4112)
 
 这题的 (1) 和 (3) 两问需要后缀自动机,而且做法类似,在这里只讲解 (2) 和 (4) 两问。