Skip to content

Commit e165eb7

Browse files
committed
fix: typo for MutableRefObjectOptionalHtmlElement and MutableRefObjectHtmlElement
1 parent dd6e4ef commit e165eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/use_ref/helpers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ define_react_use_ref_helpers! {
2323
},
2424
{
2525
value: web_sys::HtmlElement,
26-
object: MutableRefObjectHtmlElment,
26+
object: MutableRefObjectHtmlElement,
2727
use_ref_html_element,
2828
use_ref_html_element_with,
2929
},
3030
{
3131
value: Option<web_sys::HtmlElement>,
32-
object: MutableRefObjectOptionalHtmlElment,
32+
object: MutableRefObjectOptionalHtmlElement,
3333
use_ref_optional_html_element,
3434
use_ref_optional_html_element_with,
3535
},

0 commit comments

Comments
 (0)