mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 18:11:38 +00:00
Merge pull request #3540 from danielemegna/rustit-fixtypo
[rust/it] Fix typo
This commit is contained in:
commit
15bc68c200
@ -137,7 +137,7 @@ fn main() {
|
||||
|
||||
let origine: Punto = Punto { x: 0, y: 0 };
|
||||
|
||||
// Ana struct con campi senza nome, chiamata ‘tuple struct’
|
||||
// Una struct con campi senza nome, chiamata ‘tuple struct’
|
||||
struct Punto2(i32, i32);
|
||||
|
||||
let origine2 = Punto2(0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user