Skip to content

Commit 18a314d

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

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
@@ -117,7 +117,7 @@ pub enum AliasError {
117117
#[derive(Debug, Error)]
118118
pub enum ExportError {
119119
/// An export name already exists in the graph.
120-
#[error("export name `{name}` already exists in the graph")]
120+
#[error("an export with the name `{name}` already exists")]
121121
ExportAlreadyExists {
122122
/// The name of the existing export.
123123
name: String,

0 commit comments

Comments
 (0)