mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
Merge pull request #254 from martinfrances107/#253_unbalanced_tags
#254 Minor: Unbalanced tags.
This commit is contained in:
commit
1a00e99a24
1 changed files with 1 additions and 1 deletions
|
@ -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"))]
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue