Skip to content

Commit 392a45a

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

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
@@ -200,7 +200,7 @@ pub enum EncodeError {
200200
node: NodeId,
201201
},
202202
/// An implicit import on an instantiation conflicts with an explicit import node.
203-
#[error("an instantiation of package `{package}` implicitly imports an item named `{name}`, but it conflicts with an explicit import node of the same name")]
203+
#[error("an instantiation of package `{package}` implicitly imports an item named `{name}`, but it conflicts with an explicit import of the same name")]
204204
ImplicitImportConflict {
205205
/// The existing import node.
206206
import: NodeId,

0 commit comments

Comments
 (0)