From: Ian Jackson Date: Thu, 14 Nov 2024 23:56:30 +0000 (+0000) Subject: typo X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=f8524c4f4cc73637a4b935e475da52142b973a32;p=manually-boxed typo --- diff --git a/src/lib.rs b/src/lib.rs index 2a4bda1..9dbc1b4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ //! Manual memory management, with a reasonable API and fewer footguns //! //! [`Ptr`] is a halfway house between `Box` and `*mut T`. -//! See its documentation for the detailed of the API. +//! See its documentation for the details of the API. //! //! We aim to reproduce roughly the division of responsibility //! (between programmer and compiler)