Skip to content

Commit e9092b9

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

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
@@ -45,7 +45,7 @@ pub enum DefineTypeError {
4545
name: String,
4646
},
4747
/// The specified type name is not a valid extern name.
48-
#[error("type name `{name}` is not a valid extern name")]
48+
#[error("type name `{name}` is not valid")]
4949
InvalidExternName {
5050
/// The name of the type.
5151
name: String,

0 commit comments

Comments
 (0)