chiark / gitweb /
typo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Nov 2024 23:56:30 +0000 (23:56 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Nov 2024 23:56:30 +0000 (23:56 +0000)
src/lib.rs

index 2a4bda195ab519031ba19c19b216d0a7a4d207b3..9dbc1b44693b67c2eae9c376264a53877454b046 100644 (file)
@@ -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)