Undo autoformatting change

This commit is contained in:
Bad Manners 2024-10-29 18:31:39 -03:00
parent eaac99f70f
commit 8d721fb430

View file

@ -160,7 +160,7 @@ html! {
### Optional attributes with values: `title=[Some("value")]`
Add optional attributes to an element using `attr=[value]` syntax, with _square_ brackets.
Add optional attributes to an element using `attr=[value]` syntax, with *square* brackets.
These are only rendered if the value is `Some<T>`, and entirely omitted if the value is `None`.
```rust