Skip to content

Commit 37ae1fe

Browse files
committed
typo
1 parent 57c945d commit 37ae1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/param.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ impl AudioProcessor for AudioParamProcessor {
672672
impl AudioParamProcessor {
673673
// Warning: compute_intrinsic_values in called directly in the unit tests so
674674
// everything important for the tests should be done here
675-
// The returned value is used in tests is only used in tests
675+
// The returned value is only used in tests
676676
fn compute_intrinsic_values(&mut self, block_time: f64, dt: f64, count: usize) -> &[f32] {
677677
self.compute_buffer(block_time, dt, count);
678678
self.buffer.as_slice()

0 commit comments

Comments
 (0)