From 785eb7cdf924004614f55957ffbad9ed19cf4cd3 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Wed, 26 Jul 2023 17:11:52 +0200 Subject: [PATCH] Mention Rust Fundamentals on Day 1 welcome (#1034) Conceptually, I'm now thinking of Day 1 to Day 3 as belonging to "Rust Fundamentals", which together with the deep dives make up what we call "Comprehensive Rust". --- src/welcome-day-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/welcome-day-1.md b/src/welcome-day-1.md index cb5d3125..48607df4 100644 --- a/src/welcome-day-1.md +++ b/src/welcome-day-1.md @@ -1,6 +1,6 @@ # Welcome to Day 1 -This is the first day of Comprehensive Rust. We will cover a lot of ground +This is the first day of Rust Fundamentals. We will cover a lot of ground today: * Basic Rust syntax: variables, scalar and compound types, enums, structs,