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 8fb77b7 commit cf5b5e4Copy full SHA for cf5b5e4
rust/catalyst-signed-doc-macro/src/rules/mod.rs
@@ -13,7 +13,7 @@ pub(crate) fn catalyst_signed_documents_rules_impl() -> anyhow::Result<TokenStre
13
for (doc_name, _doc_spec) in spec.docs {
14
let const_type_name_ident = doc_name.ident();
15
16
- // TODO: impleemnt a proper initialisation for all specific validation rules
+ // TODO: implement a proper initialisation for all specific validation rules
17
let rules = quote! {
18
crate::validator::rules::Rules {
19
id: crate::validator::rules::IdRule,
0 commit comments