diff options
Diffstat (limited to 'it-it/rust-it.html.markdown')
| -rw-r--r-- | it-it/rust-it.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/it-it/rust-it.html.markdown b/it-it/rust-it.html.markdown index 76fbf008..e4b7c33f 100644 --- a/it-it/rust-it.html.markdown +++ b/it-it/rust-it.html.markdown @@ -130,7 +130,7 @@ fn main() {      /////////////      // Strutture -    struct Point { +    struct Punto {          x: i32,          y: i32,      } | 
