Skip to content

Commit fed2b47

Browse files
MuhannadAlrusayniDavid-OConnor
authored andcommitted
Fix some typos
1 parent cdb952c commit fed2b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dom_types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ pub mod tests {
14311431
assert_eq!(expected, get_node_html(&node));
14321432
}
14331433

1434-
/// Test that `style!` macro accpet types that have to_css_value() function
1434+
/// Test that `style!` macro accept types that have `to_css_value()` function
14351435
#[wasm_bindgen_test]
14361436
pub fn to_css_value_in_style() {
14371437
let display: &str = "flex";

0 commit comments

Comments
 (0)