Skip to content

Commit 7b68c64

Browse files
committed
fix spelling
1 parent 60e6564 commit 7b68c64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust/catalyst-signed-doc-macro/src/signed_doc_spec/doc_ref.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! `signed_doc.json` "ref" field JSON defintion
1+
//! `signed_doc.json` "ref" field JSON definition
22
33
use crate::signed_doc_spec::{DocTypes, IsRequired};
44

rust/catalyst-signed-doc-macro/src/signed_doc_spec/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ pub(crate) struct DocSpec {
4949
pub(crate) metadata: Metadata,
5050
}
5151

52-
/// Document's metadata fields defintion
52+
/// Document's metadata fields definition
5353
#[derive(serde::Deserialize)]
5454
#[allow(clippy::missing_docs_in_private_items)]
5555
pub(crate) struct Metadata {
5656
#[serde(rename = "ref")]
5757
pub(crate) doc_ref: doc_ref::Ref,
5858
}
5959

60-
/// "required" field defition
60+
/// "required" field definition
6161
#[derive(serde::Deserialize)]
6262
#[serde(rename_all = "lowercase")]
6363
#[allow(clippy::missing_docs_in_private_items)]

0 commit comments

Comments
 (0)