From 55a9889eee9810647343b2718bbcb0113ae96539 Mon Sep 17 00:00:00 2001 From: Moritz Hoffmann Date: Fri, 6 Sep 2024 22:42:23 +0200 Subject: [PATCH] Review comments Signed-off-by: Moritz Hoffmann --- timely/src/progress/subgraph.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/timely/src/progress/subgraph.rs b/timely/src/progress/subgraph.rs index 0f3657044..68c3bf93d 100644 --- a/timely/src/progress/subgraph.rs +++ b/timely/src/progress/subgraph.rs @@ -94,8 +94,8 @@ where self.edge_stash.push((source, target)); } - /// Creates a new Subgraph from a channel allocator and "descriptive" indices. The Subgraph's - /// index is the last element of `path`. + /// Creates a `SubgraphBuilder` from a path of indexes from the dataflow root to the subgraph, + /// terminating with the local index of the new subgraph itself. pub fn new_from( path: Rc<[usize]>, logging: Option,