From 1834703b1eecfe74b7eeb6afd9be104e857c1185 Mon Sep 17 00:00:00 2001 From: Gustavo Corrado <44380382+GCorradoMMS@users.noreply.github.com> Date: Fri, 10 May 2024 17:51:02 -0300 Subject: [PATCH] Fx typo in rust roadmap (#4726) Fixed typo from "Onwership" to "Ownership" --- src/data/roadmaps/rust/rust.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/rust/rust.json b/src/data/roadmaps/rust/rust.json index 1f8ba3217..606ddbf8a 100644 --- a/src/data/roadmaps/rust/rust.json +++ b/src/data/roadmaps/rust/rust.json @@ -4402,7 +4402,7 @@ "y": "13", "properties": { "size": "17", - "text": "Onwnership System" + "text": "Ownership System" } } ] @@ -8936,4 +8936,4 @@ }, "dependencies": [], "projectID": "file:///Users/kamrify/Desktop/New%20Roadmaps/Android%20Roadmap.bmpr" -} \ No newline at end of file +}