Fix docs typo

This commit is contained in:
Jacob Trueb 2024-11-12 14:15:13 -06:00
parent 8c67bbc873
commit bfbee04f8f

View File

@ -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.
/// ///