diff options
author | Daniele Megna <danielemegna@users.noreply.github.com> | 2019-05-31 16:02:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-31 16:02:41 +0200 |
commit | 8c7aff32cce615e6f5c407c1ef7632c4a64d211d (patch) | |
tree | 756dca48e35f643120da9f8e6d0a794be0cf6532 /it-it | |
parent | 15bc68c200f21e84d37a814826a73186e91b49e8 (diff) |
[rust-it] fix struct name according below usage
Diffstat (limited to 'it-it')
-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, } |