Skip to content

Commit cec9150

Browse files
committed
docs: fix comment
1 parent 94fca1f commit cec9150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

html-node/src/typed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//!
4545
//! // creates a normal `Node`, but checks types at compile-time!
4646
//! let html = typed::html! { (test: TestAttrs, any)
47-
//! // ^^^^^^^^^^^^^^^^^^^^^^^^ these are extension attributes.
47+
//! // ^^^^^^^^^^^^^^^^^^^^^^ these are extension attributes.
4848
//! // they are not required, but allow you to specify extra attributes
4949
//! // which will be available within this macro invocation.
5050
//! // those of the form `attr-prefix: Type` will be type checked, and

0 commit comments

Comments
 (0)