From bd9faa049f01ffd2ed4f820895dd4525858223d0 Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Fri, 24 May 2024 20:16:31 +0200 Subject: [PATCH] Remove new line. --- book/src/01_intro/00_welcome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/01_intro/00_welcome.md b/book/src/01_intro/00_welcome.md index 5ef4e24..2e03015 100644 --- a/book/src/01_intro/00_welcome.md +++ b/book/src/01_intro/00_welcome.md @@ -6,7 +6,7 @@ This course will teach you Rust's core concepts, one exercise at a time.\ You'll learn about Rust's syntax, its type system, its standard library, and its ecosystem. We don't assume any prior knowledge of Rust, but we assume you know at least -another programming language.\ +another programming language. We also don't assume any prior knowledge of systems programming or memory management. Those topics will be covered in the course. -- 2.45.2