From 6ec8d2a29bf5e532bc4462d6fd888afbef9d3784 Mon Sep 17 00:00:00 2001 From: Bit <120779609+Kratosix@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:35:53 +0200 Subject: [PATCH] Fixed markdown typo (#6112) --- .../content/104-programming-languages/103-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/game-developer/content/104-programming-languages/103-rust.md b/src/data/roadmaps/game-developer/content/104-programming-languages/103-rust.md index b4c83a1cd..48640073f 100644 --- a/src/data/roadmaps/game-developer/content/104-programming-languages/103-rust.md +++ b/src/data/roadmaps/game-developer/content/104-programming-languages/103-rust.md @@ -2,4 +2,4 @@ **Rust** is a modern, open-source, multi-paradigm programming language designed for performance and safety, especially safe concurrency. It was initially designed by Mozilla Research as a language that can provide memory safety without garbage collection. Since then, it has gained popularity due to its features and performance that often compare favorably to languages like C++. Its rich type system and ownership model guarantee memory-safety and thread-safety while maintaining a high level of abstraction. Rust supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. -[Learn Rust full tutorial](https://youtu.be/BpPEoZW5IiY?si=lyBbBPLXQ0HWdJNr +[Learn Rust full tutorial](https://youtu.be/BpPEoZW5IiY?si=lyBbBPLXQ0HWdJNr)