We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fca1f commit cec9150Copy full SHA for cec9150
1 file changed
html-node/src/typed.rs
@@ -44,7 +44,7 @@
44
//!
45
//! // creates a normal `Node`, but checks types at compile-time!
46
//! let html = typed::html! { (test: TestAttrs, any)
47
-//! // ^^^^^^^^^^^^^^^^^^^^^^^^ these are extension attributes.
+//! // ^^^^^^^^^^^^^^^^^^^^^^ these are extension attributes.
48
//! // they are not required, but allow you to specify extra attributes
49
//! // which will be available within this macro invocation.
50
//! // those of the form `attr-prefix: Type` will be type checked, and
0 commit comments