Skip to content

Commit

Permalink
rp235x|rp2040: Fix alloc description
Browse files Browse the repository at this point in the history
Both examples had a typo in the description. That's now fixed.
  • Loading branch information
thejpster committed Aug 22, 2024
1 parent 95e0529 commit 879d831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rp2040-hal-examples/src/bin/alloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! the on-board LED. It may need to be adapted to your particular board layout
//! and/or pin assignment.
//!
//! While blinkin the LED, it will continuously push to a `Vec`, which will
//! While blinking the LED, it will continuously push to a `Vec`, which will
//! eventually lead to a panic due to an out of memory condition.
//!
//! See the top-level `README.md` file for Copyright and licence details.
Expand Down
2 changes: 1 addition & 1 deletion rp235x-hal-examples/src/bin/alloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! the on-board LED. It may need to be adapted to your particular board layout
//! and/or pin assignment.
//!
//! While blinkin the LED, it will continuously push to a `Vec`, which will
//! While blinking the LED, it will continuously push to a `Vec`, which will
//! eventually lead to a panic due to an out of memory condition.
//!
//! See the `Cargo.toml` file for Copyright and licence details.
Expand Down

0 comments on commit 879d831

Please sign in to comment.