Skip to content

Commit f626337

Browse files
peterhuenerylev
andauthored
Update crates/wac-graph/src/graph.rs
Co-authored-by: Ryan Levick <me@ryanlevick.com>
1 parent 392a45a commit f626337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wac-graph/src/graph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ pub struct NodeInfo<'a> {
425425
pub struct CompositionGraph {
426426
/// The underlying graph data structure.
427427
graph: StableDiGraph<Node, Edge>,
428-
/// The map of import names to node ids.
428+
/// The map of import names to node indices.
429429
imports: HashMap<String, NodeIndex>,
430430
/// The map of export names to node ids.
431431
exports: IndexMap<String, NodeIndex>,

0 commit comments

Comments
 (0)