Update html.rs

Yikes! Fix broken format string.
This commit is contained in:
Greg Johnston 2023-01-21 13:07:00 -05:00 committed by GitHub
parent a75abb9e04
commit 69e02bfce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -993,7 +993,7 @@ fn warn_on_ambiguous_a(parent: &web_sys::Element, child: &View) {
an HTML element to an SVG. Typically, this occurs when you create \
an <a/> or <script/> with the `view` macro and append it to an \
SVG, but the framework assumed it was HTML when you created it. To \
specify that it is an SVG element, use <svg::{tag name}/> in the \
specify that it is an SVG element, use <svg::{{tag name}}/> in the \
view macro."
)
}