aboutsummaryrefslogtreecommitdiff
path: root/src/object
diff options
context:
space:
mode:
Diffstat (limited to 'src/object')
-rw-r--r--src/object/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/parser.rs b/src/object/parser.rs
index d80e38c..2e5d027 100644
--- a/src/object/parser.rs
+++ b/src/object/parser.rs
@@ -21,7 +21,7 @@ impl Value {
bail!("expected class {name} but found {class}")
}
} else {
- bail!("expected class {name}")
+ bail!("expected class {name} but found something else")
}
}
}