Skip to content

Commit

Permalink
fix: typo for MutableRefObjectOptionalHtmlElement and MutableRefObjec…
Browse files Browse the repository at this point in the history
…tHtmlElement
  • Loading branch information
EqualMa committed Nov 24, 2021
1 parent dd6e4ef commit e165eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/use_ref/helpers.rs
Expand Up @@ -23,13 +23,13 @@ define_react_use_ref_helpers! {
},
{
value: web_sys::HtmlElement,
object: MutableRefObjectHtmlElment,
object: MutableRefObjectHtmlElement,
use_ref_html_element,
use_ref_html_element_with,
},
{
value: Option<web_sys::HtmlElement>,
object: MutableRefObjectOptionalHtmlElment,
object: MutableRefObjectOptionalHtmlElement,
use_ref_optional_html_element,
use_ref_optional_html_element_with,
},
Expand Down

0 comments on commit e165eb7

Please sign in to comment.