Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Oct 21, 2023
1 parent 49d5bf8 commit d27e686
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 @@ -134,7 +134,7 @@ impl JsxString {
}
}

/// Mark `jsxssr`` as being used and return the identifier.
/// Mark `jsxssr` as being used and return the identifier.
fn get_jsx_ssr_identifier(&mut self) -> Ident {
match &self.import_jsx_ssr {
Some(ident) => ident.clone(),
Expand Down

0 comments on commit d27e686

Please sign in to comment.