Skip to content

Commit

Permalink
SFT-4401: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandudey committed Nov 13, 2024
1 parent 1e74b4e commit 0bb2599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nom-embedded-storage/src/rc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//! `alloc::rc::Rc` pointer but without using the heap.
//!
//! This requires the user to create a [`NonNull`] [`RcInner`] type allocated
//! by their own mean that won't be de-allocated, essentially leaking this
//! by their own means that won't be de-allocated, essentially leaking this
//! memory, or in other words, it should have a `'static` lifetime.
//!
//! For example by using [`Box::leak`] or by using a global mutable static
Expand Down

0 comments on commit 0bb2599

Please sign in to comment.