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 8559e92 commit 4af08c7Copy full SHA for 4af08c7
rust/catalyst-signed-doc-macro/src/signed_doc_spec/mod.rs
@@ -27,7 +27,7 @@ pub(crate) struct CatalystSignedDocSpec {
27
pub(crate) struct ContentTypeTemplate(pub(crate) String);
28
29
impl ContentTypeTemplate {
30
- /// returns a document name as a `Ident` in the following form
+ /// returns a content type template as a `Ident` in the following form
31
///
32
/// text/css; charset=utf-8; template=handlebars
33
/// => `CssHandlebars`
0 commit comments