diff --git a/README.md b/README.md index dc289f8..59e103a 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ type and that an instance of the parametrized type can be created form this stru ## The CDrop trait A Trait showing that the `repr(C)` compatible view implementing it can free up its part of memory that are not -managed by Rust. +managed by Rust drop mechanism. ## Caveats with derivation of CReprOf and AsRust traits