mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
[rust-it] fix struct name according below usage
This commit is contained in:
parent
15bc68c200
commit
8c7aff32cc
@ -130,7 +130,7 @@ fn main() {
|
||||
/////////////
|
||||
|
||||
// Strutture
|
||||
struct Point {
|
||||
struct Punto {
|
||||
x: i32,
|
||||
y: i32,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user