From 9290ad7d039da0537092ab70f4e23d0cdc4dfcda Mon Sep 17 00:00:00 2001 From: Shafique Jamal Date: Sat, 5 Jul 2025 08:26:25 -0400 Subject: [PATCH] Update README.md Fix typo --- 4. Projects/1. CLI/Problem/Stage 2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4. Projects/1. CLI/Problem/Stage 2/README.md b/4. Projects/1. CLI/Problem/Stage 2/README.md index bd59595..87ecd7f 100644 --- a/4. Projects/1. CLI/Problem/Stage 2/README.md +++ b/4. Projects/1. CLI/Problem/Stage 2/README.md @@ -82,7 +82,7 @@ __NOTE 2:__ `page_helpers.rs` contains a function called `get_column_string()` w __NOTE 3:__ Use `get_column_string()` inside the `draw_page()` methods. -__NOTE 4:__ The `iterools` dependency has also been added. This allows you to sort an iterator by calling `sorted()` on it. +__NOTE 4:__ The `itertools` dependency has also been added. This allows you to sort an iterator by calling `sorted()` on it. ### Step 2