From 970925f596ba17cb436ab469313fb053d4c89f6f Mon Sep 17 00:00:00 2001 From: 24OI-bot <15963390+24OI-bot@users.noreply.github.com> Date: Fri, 30 Oct 2020 03:43:06 -0400 Subject: [PATCH] style: format markdown files with remark-lint --- docs/graph/topo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graph/topo.md b/docs/graph/topo.md index e866a8bb..6787513b 100644 --- a/docs/graph/topo.md +++ b/docs/graph/topo.md @@ -130,7 +130,7 @@ bool toposort() { ## 习题 -[CF 1385E](https://codeforces.com/problemset/problem/1385/E):需要通过拓扑排序构造。 + [CF 1385E](https://codeforces.com/problemset/problem/1385/E) :需要通过拓扑排序构造。 ## 参考 -- 2.11.0