From ea6e672674a2776f2c1c5d4b8023608bf8932983 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Sat, 21 Oct 2023 10:13:56 +0200 Subject: [PATCH] chore: update old comment --- src/transpiling/jsx_string.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transpiling/jsx_string.rs b/src/transpiling/jsx_string.rs index 3863318..614629b 100644 --- a/src/transpiling/jsx_string.rs +++ b/src/transpiling/jsx_string.rs @@ -184,7 +184,7 @@ impl JsxString { expr: Box::new(name_expr), }); - // Serialize component attributes + // Serialize attributes // Case: // Case: // Case: } />