summaryrefslogtreecommitdiffhomepage
path: root/it-it/rust-it.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'it-it/rust-it.html.markdown')
-rw-r--r--it-it/rust-it.html.markdown2
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,
}