Skip to content

Commit f03283b

Browse files
Sh3Rm4nPiroro-hs
andcommitted
Fix some typos
Co-authored-by: Piroro-hs <[email protected]>
1 parent 9ac9b9d commit f03283b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fn check_device_feature() {
3030
In this case replace it with `stm32f303xc` to make your code build again.\n\
3131
\n\
3232
For more information, see \
33-
\x1b]8;;https://github.com/stm32-rs/stm32f3xx-hal#selecting-the-right-chip\x1b\\README\
33+
\x1b]8;;https://github.com/stm32-rs/stm32f3xx-hal#selecting-the-right-chip\x1b\\README \
3434
-> Selecting the right chip\x1b]8;;\x1b\\."
3535
);
3636
std::process::exit(1);
@@ -43,10 +43,10 @@ fn check_device_feature() {
4343
.unwrap()
4444
.features
4545
.iter()
46-
.filter_map(|(feature, dependend_features)| {
47-
dependend_features
46+
.filter_map(|(feature, dependent_features)| {
47+
dependent_features
4848
.iter()
49-
.any(|dependend_feature| dependend_feature == "device-selected")
49+
.any(|dependent_feature| dependent_feature == "device-selected")
5050
.then(|| feature.clone())
5151
})
5252
.collect();

0 commit comments

Comments
 (0)