We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac09ee2 commit 40ac372Copy full SHA for 40ac372
autd3-core/src/modulation/error.rs
@@ -20,7 +20,7 @@ pub enum SamplingConfigError {
20
#[error("Sampling division ({0}) must not be zero")]
21
SamplingDivisionInvalid(u16),
22
/// Invalid sampling frequency.
23
- #[error("Sampling frequency ({0:?}) must divide theultrasound frequency")]
+ #[error("Sampling frequency ({0:?}) must divide the ultrasound frequency")]
24
SamplingFreqInvalid(Freq<u32>),
25
26
#[error("Sampling frequency ({0:?}) must divide the ultrasound frequency")]
0 commit comments