From 1836fd74eeb5f2d96d240f8974833bda632f1138 Mon Sep 17 00:00:00 2001 From: Abdulfaiz Shaikh <116955072+abdulshaikh55@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:24:15 +0530 Subject: [PATCH] fix: typo --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 8b46f09..f92e2fa 100644 --- a/src/README.md +++ b/src/README.md @@ -41,7 +41,7 @@ reference, here's what we're going to be making: 6. [TODO: An Ok Unsafe Doubly-Linked Deque](sixth.md) 7. [Bonus: A Bunch of Silly Lists](infinity.md) -Just so we're all the same page, I'll be writing out all the commands that I +Just so we're all on the same page, I'll be writing out all the commands that I feed into my terminal. I'll also be using Rust's standard package manager, Cargo, to develop the project. Cargo isn't necessary to write a Rust program, but it's *so much* better than using rustc directly. If you just want to futz around you