You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftGraph/Graph.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -364,7 +364,7 @@ extension Graph {
364
364
/// - parameter fromIndex: the index of the starting vertex
365
365
/// - parameter toIndex: the index of the destination vertex
366
366
/// - parameter visited: a set of vertex indices which will be considered to have been visited already
367
-
/// - parameter reachability: a dictionary where the key is a vertex index and the value is whether or not a path exists from that vertex to the destination
367
+
/// - parameter reachability: a dictionary mapping vertex indices to a Boolean indicating whether a path exists (`true`) or does not exist (`false`) from that vertex to the destination
368
368
/// - returns: the number of paths that exist going from the start to the destinatin
0 commit comments