diff --git a/porque-rust.html b/porque-rust.html index a244829..5e230f0 100644 --- a/porque-rust.html +++ b/porque-rust.html @@ -819,7 +819,7 @@ struct Point<T> {

Structs Genéricas


-let my_point = Point(x: 1.0, y: 2.0);
+let my_point = Point<f32>(x: 1.0, y: 2.0);