minor doc changes

This commit is contained in:
Olivier Goffart 2020-08-25 16:41:47 +02:00
parent 7fb4c544f9
commit 2a0c496e41

View file

@ -1,7 +1,7 @@
/*!
This crate expose the `FieldOffsets` derive macro, and the required.
This crate expose the `FieldOffsets` derive macro and the types it uses.
It allows to get const FieldOffset for member of a `#[repr(C)]` struct.
The macro allows to get const FieldOffset for member of a `#[repr(C)]` struct.
The `FieldOffset` type is re-exported from the `field-offset` crate.
*/