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,
}