From 35931b2b5cd63e5940c611871173ef6ee12f6ac9 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 21 Jan 2021 13:47:26 +0100 Subject: [PATCH] Update embedded-workshop-book/src/tooltips.md Co-authored-by: Lotte Steenbrink --- embedded-workshop-book/src/tooltips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/tooltips.md b/embedded-workshop-book/src/tooltips.md index c1bb912..e8be647 100644 --- a/embedded-workshop-book/src/tooltips.md +++ b/embedded-workshop-book/src/tooltips.md @@ -28,7 +28,7 @@ File .text Size Crate Name 5.1% 100.0% 9.4KiB .text section size, the file size is 184.5KiB ``` -This breakdowns the size of the `.text` section by function. This breakdown can be used to identify the largest functions in the program; those could then be modified to make them smaller. +This breaks down the size of the `.text` section by function. This breakdown can be used to identify the largest functions in the program; those could then be modified to make them smaller. ## `cargo-flash`