1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 00:21:28 +02:00

fix: correct typo in Rust ownership rules title and filename

* Rename ownsership-rules--memory-safety@2UQ3AuGkDbT0-54l0rOGM.md to ownership-rules--memory-safety@2UQ3AuGkDbT0-54l0rOGM.md

The filename was also affected with the typo.

* Fixed Typo 'Ownsership' to Ownership

Fixed typo !?
This commit is contained in:
Joshua Varghese
2025-09-08 23:19:45 +05:30
committed by GitHub
parent e5f9e76801
commit 2586443fbe
2 changed files with 2 additions and 2 deletions

View File

@@ -679,7 +679,7 @@
]
},
"2UQ3AuGkDbT0-54l0rOGM": {
"title": "Ownsership Rules & Memory Safety",
"title": "Ownership Rules & Memory Safety",
"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:",
"links": [
{
@@ -2469,4 +2469,4 @@
}
]
}
}
}