Maurice Kayser 2 anni fa
parent
commit
dde4fb31b2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/html/src/elements.rs

+ 1 - 1
packages/html/src/elements.rs

@@ -1222,7 +1222,7 @@ builder_constructors! {
         rows: usize DEFAULT,
         spellcheck: BoolOrDefault DEFAULT,
         wrap: Wrap DEFAULT,
-        value: Strign volatile,
+        value: String volatile,
     };