From 6c20fae3e8bc63922e2f97dae1bdcf1512b1a255 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Wed, 7 Jan 2026 20:05:43 +0000 Subject: [PATCH] docs: Update README.md typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60eb6ed..20e4a45 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Study the above picture. * We see `target` has 1.8G * `target/debug` is the same size as `target` - so we know nearly all the disk usage of the 1.5G is in this folder -* `target/debug/deps` this is 1.2G - Note the bar jumps down to 70% to indiciate that most disk usage is here but not all. -* `target/debug/deps/dust-e78c9f87a17f24f3` - This is the largest file in this folder, but it is only 46M - Note the bar jumps down to 3% to indiciate the file is small. +* `target/debug/deps` this is 1.2G - Note the bar jumps down to 70% to indicate that most disk usage is here but not all. +* `target/debug/deps/dust-e78c9f87a17f24f3` - This is the largest file in this folder, but it is only 46M - Note the bar jumps down to 3% to indicate the file is small. From here we can conclude: * `target/debug/deps` takes the majority of the space in `target` and that `target/debug/deps` has a large number of relatively small files.