From 9e94d28a72729149a4b46dcf75ed9804188c7851 Mon Sep 17 00:00:00 2001
From: smxm <695335574@qq.com>
Date: Fri, 14 Oct 2022 17:06:19 +0800
Subject: [PATCH] Update CS110L.en.md
---
docs/编程入门/CS110L.en.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/编程入门/CS110L.en.md b/docs/编程入门/CS110L.en.md
index 41104de3..22d78b38 100644
--- a/docs/编程入门/CS110L.en.md
+++ b/docs/编程入门/CS110L.en.md
@@ -21,7 +21,7 @@ Personally, I find the concept of "futures" in Rust fascinating and elegant, and
- Course Website:
- Recordings:
- Textbook: None
-- Assignments:6 Labs, 2 Projects, the course website has specific requirements. The projects are quite interesting where you will Implement a GDB-like debugger and a load balancer in Rust.
+- Assignments: 6 Labs, 2 Projects, the course website has specific requirements. The projects are quite interesting where you will Implement a GDB-like debugger and a load balancer in Rust.
## Personal Resources