Skip to content

Commit

Permalink
Fix reintroduced typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strom-und-spiele committed Apr 7, 2020
1 parent 7692717 commit bedfa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#[cfg(not(feature = "device-selected"))]
compile_error!(
"This crate requires you to specify your target device as a feautre.
"This crate requires you to specify your target device as a feature.
Note that the more specific you pick the device, the more functionality will be available.
"
);
Expand Down

0 comments on commit bedfa0f

Please sign in to comment.