We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GraphAlgorithms.swift
1 parent 4d539ff commit c334dd4Copy full SHA for c334dd4
Sources/TSCBasic/GraphAlgorithms.swift
@@ -102,7 +102,7 @@ public func topologicalSort<T: Hashable>(
102
/// Finds the first cycle encountered in a graph.
103
///
104
/// This method uses DFS to look for a cycle and immediately returns when a
105
-/// cycle is encounted.
+/// cycle is encountered.
106
107
/// - Parameters:
108
/// - nodes: The list of input nodes to sort.
0 commit comments