Skip to content

Commit 2586443

Browse files
fix: correct typo in Rust ownership rules title and filename
* Rename [email protected] to [email protected] The filename was also affected with the typo. * Fixed Typo 'Ownsership' to Ownership Fixed typo !?
1 parent e5f9e76 commit 2586443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/roadmap-content/rust.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
]
680680
},
681681
"2UQ3AuGkDbT0-54l0rOGM": {
682-
"title": "Ownsership Rules & Memory Safety",
682+
"title": "Ownership Rules & Memory Safety",
683683
"description": "Rust's ownership has three key rules: each value has exactly one owner, only one owner exists at a time, and values are dropped when owners go out of scope. This prevents data races, ensures memory safety without garbage collection, and eliminates common bugs like use-after-free and memory leaks.\n\nVisit the following resources to learn more:",
684684
"links": [
685685
{
@@ -2469,4 +2469,4 @@
24692469
}
24702470
]
24712471
}
2472-
}
2472+
}
File renamed without changes.

0 commit comments

Comments
 (0)