Merge pull request #254 from martinfrances107/#253_unbalanced_tags

#254 Minor: Unbalanced tags.
This commit is contained in:
Greg Johnston 2023-01-07 07:25:03 -05:00 committed by GitHub
commit 1a00e99a24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,7 +192,7 @@ cfg_if! {
}
impl Element {
/// Converts this leptos [`Element`] into [`HtmlElement<AnyElement`].
/// Converts this leptos [`Element`] into [`HtmlElement<AnyElement>`].
pub fn into_html_element(self, cx: Scope) -> HtmlElement<AnyElement> {
#[cfg(all(target_arch = "wasm32", feature = "web"))]
{