doc fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-01-13 14:42:56 +01:00
parent 8bb0c091bc
commit 481aa2fa5e

View File

@ -3,7 +3,7 @@
//! This is a safer alternative to directly blessing raw pointer values as it is more difficult to
//! get the perl side of this wrong.
//!
//! For instance, one major downside of using `[Value::bless_box]` is that it is possible to simply
//! For instance, one major downside of using [`Value::bless_box`] is that it is possible to simply
//! bless invalid values into the same class, or create clones via perl's `Storable::dclone` or
//! `Clone::clone`, which can easily cause a double-free corruption.
//!