20190924.1
@ -819,7 +819,7 @@ struct Point<T> {
<h3>Structs Genéricas</h3>
<pre><code class="hljs rust" data-trim>
let my_point = Point<f32>(x: 1.0, y: 2.0);
let my_point = Point<f32>(x: 1.0, y: 2.0);
</code></pre>
</section>