未验证 提交 d28958ae 编写于 作者: F Fangjun Kuang 提交者: GitHub

Fix typos. (#1829)

上级 c4cdbe36
......@@ -4,7 +4,7 @@
/*
Basic idea: provide concepts that define the interface(s) to different kinds of graphs so that you can do
basic graph operations and algoriths without knowing exactly which kind of graph it is and keep ignorant
basic graph operations and algorithms without knowing exactly which kind of graph it is and keep ignorant
about implementation details.
Basic design idea: do like the STL
......@@ -227,4 +227,4 @@ void use1(Tree& t, Dag& d, Dgraph& dg, Node_ref& tr, DAG_vertex_ref& dr, Gnode_r
traverse(t,tr);
traverse(d,dr);
traverse(dg,gr);
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册