Skip to content

Commit 4998392

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

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
@@ -187,7 +187,7 @@ pub enum InstantiationArgumentError {
187187
#[derive(Debug, Error)]
188188
pub enum EncodeError {
189189
/// The encoding of the graph failed validation.
190-
#[error("the encoding of the graph failed validation")]
190+
#[error("encoding produced a component that failed validation")]
191191
ValidationFailure {
192192
/// The source of the validation error.
193193
#[source]

0 commit comments

Comments
 (0)