We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b15d8 commit 7359d26Copy full SHA for 7359d26
rust/catalyst-signed-doc-spec/src/cddl_definitions.rs
@@ -40,7 +40,7 @@ impl CddlDefinitions {
40
cddl_type: &CddlType,
41
) -> anyhow::Result<&CddlDef> {
42
self.0.get(cddl_type).ok_or(anyhow::anyhow!(
43
- "Cannot find a cddl defition for the {cddl_type}"
+ "Cannot find a cddl definition for the {cddl_type}"
44
))
45
}
46
0 commit comments