Update embedded-workshop-book/src/tooltips.md

Co-authored-by: Lotte Steenbrink <lotte.steenbrink@ferrous-systems.com>
This commit is contained in:
Jorge Aparicio 2021-01-21 13:47:26 +01:00 committed by GitHub
parent 7611e854a3
commit 35931b2b5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`