mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-09 00:06:47 +02:00
[rust-it] fix struct name according below usage
This commit is contained in:
@@ -130,7 +130,7 @@ fn main() {
|
||||
/////////////
|
||||
|
||||
// Strutture
|
||||
struct Point {
|
||||
struct Punto {
|
||||
x: i32,
|
||||
y: i32,
|
||||
}
|
||||
|
Reference in New Issue
Block a user