Skip to content

Commit f669803

Browse files
authored
Merge pull request #131 from koba-e964/patch-2
Fix word usage in document_en/scc.md
2 parents 539c810 + 334c937 commit f669803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document_en/scc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ It returns the list of the "list of the vertices" that satisfies the following.
4545

4646
- Each vertex is in exactly one "list of the vertices".
4747
- Each "list of the vertices" corresponds to the vertex set of a strongly connected component. The order of the vertices in the list is undefined.
48-
- The list of "list of the vertices" are sorted in topological order, i.e., for two vertices $u, v$ in different strongly connected components, if there is a directed path from $u$ to $v$, the list contains $u$ appears earlier than the list contains $v$.
48+
- The list of "list of the vertices" are sorted in topological order, i.e., for two vertices $u, v$ in different strongly connected components, if there is a directed path from $u$ to $v$, the list containing $u$ appears earlier than the list containing $v$.
4949

5050
**@{keyword.complexity}**
5151

0 commit comments

Comments
 (0)