summaryrefslogtreecommitdiffhomepage
path: root/it-it
diff options
context:
space:
mode:
authorAndre Polykanine <ap@oire.me>2019-06-05 01:24:09 +0300
committerGitHub <noreply@github.com>2019-06-05 01:24:09 +0300
commiteaa5e0f1c237a77dce04dea922ae7c0870557d61 (patch)
treede9a1f195df13818cdacd634c5f2479ea3ec8020 /it-it
parentb261398c9f91733b64423cc58f719f6328385daf (diff)
parent8c7aff32cce615e6f5c407c1ef7632c4a64d211d (diff)
Merge pull request #3541 from danielemegna/rustit-fix-struct-name
[rust/it] fix struct name according below usage
Diffstat (limited to 'it-it')
-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,
}