From f8524c4f4cc73637a4b935e475da52142b973a32 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 14 Nov 2024 23:56:30 +0000 Subject: [PATCH] typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2