Skip to content

Commit

Permalink
Nitpicking x2
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Mikhailov <[email protected]>
  • Loading branch information
okhsunrog and playfulFence authored Nov 28, 2024
1 parent 69d05ad commit e595191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-alloc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
//! You can also get stats about the heap usage at anytime with:
//! ```rust
//! let stats: HeapStats = esp_alloc::HEAP.stats();
//! // HeapStats implements the Display and defmt::Format traits, so you can pretty print the heap stats.
//! // HeapStats implements the Display and defmt::Format traits, so you can pretty-print the heap stats.
//! println!("{}", stats);
//! ```
//!
Expand Down

0 comments on commit e595191

Please sign in to comment.