mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Fix docs typo
This commit is contained in:
parent
8c67bbc873
commit
bfbee04f8f
@ -367,7 +367,7 @@ impl<'d, T: Instance> Pdm<'d, T> {
|
|||||||
/// The bufers are accepted as a tuple of raw pointers, lengths and capacities matching
|
/// The bufers are accepted as a tuple of raw pointers, lengths and capacities matching
|
||||||
/// the Vec::from_raw_parts() function.
|
/// the Vec::from_raw_parts() function.
|
||||||
///
|
///
|
||||||
/// SAFTEY:
|
/// SAFETY:
|
||||||
/// It is expected that the caller will set the length to non-zero and re-use the same
|
/// It is expected that the caller will set the length to non-zero and re-use the same
|
||||||
/// length and capacity for each buffer. Changing buffer sizes is not supported.
|
/// length and capacity for each buffer. Changing buffer sizes is not supported.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user