summaryrefslogtreecommitdiffhomepage
path: root/it-it/rust-it.html.markdown
diff options
context:
space:
mode:
authorDaniele Megna <danielemegna@users.noreply.github.com>2019-05-31 16:02:41 +0200
committerGitHub <noreply@github.com>2019-05-31 16:02:41 +0200
commit8c7aff32cce615e6f5c407c1ef7632c4a64d211d (patch)
tree756dca48e35f643120da9f8e6d0a794be0cf6532 /it-it/rust-it.html.markdown
parent15bc68c200f21e84d37a814826a73186e91b49e8 (diff)
[rust-it] fix struct name according below usage
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,
}