Skip to content

Commit

Permalink
Fixed a typo in docs
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 d9f11b3 commit 69d05ad
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 @@ -52,7 +52,7 @@
//! let large_buffer: Vec<u8, _> = Vec::with_capacity_in(1048576, &PSRAM_ALLOCATOR);
//! ```
//!
//! You can also gets stats about the heap usage at anytime with:
//! 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.
Expand Down

0 comments on commit 69d05ad

Please sign in to comment.