Skip to content

Commit 4af08c7

Browse files
committed
chore: minor
1 parent 8559e92 commit 4af08c7

File tree

1 file changed

+1
-1
lines changed
  • rust/catalyst-signed-doc-macro/src/signed_doc_spec

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub(crate) struct CatalystSignedDocSpec {
2727
pub(crate) struct ContentTypeTemplate(pub(crate) String);
2828

2929
impl ContentTypeTemplate {
30-
/// returns a document name as a `Ident` in the following form
30+
/// returns a content type template as a `Ident` in the following form
3131
///
3232
/// text/css; charset=utf-8; template=handlebars
3333
/// => `CssHandlebars`

0 commit comments

Comments
 (0)