Skip to content

Commit

Permalink
chore: update old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Oct 21, 2023
1 parent b5d442b commit ea6e672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transpiling/jsx_string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ impl JsxString {
expr: Box::new(name_expr),
});

// Serialize component attributes
// Serialize attributes
// Case: <Foo />
// Case: <Foo foo="1" bar={2} />
// Case: <Foo baz={<div />} />
Expand Down

0 comments on commit ea6e672

Please sign in to comment.