Maurice Kayser hace 2 años
padre
commit
dde4fb31b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
     };