Skip to content

Commit ddc069d

Browse files
committed
ci: add typos
1 parent acbb2a4 commit ddc069d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ctrlc = { version = "3.4", features = ["termination"] }
5353
# opt-level = 1
5454

5555
[profile.release]
56-
# Trimed to maximum performance.
56+
# Trimmed to maximum performance.
5757
#
5858
# These changes only affects examples and tests build inside this crate but
5959
# (I think!) not libraries that include this.

src/beat_detector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ mod tests {
286286
.update_and_detect_beat(input)
287287
.map(|info| info.max.index),
288288
// It seems that the lowpass filter causes a slight delay. This
289-
// is also what my reasearch found [0].
289+
// is also what my research found [0].
290290
//
291291
// As long as it is reasonable small, I think this is good, I guess?
292292
// [0]: https://electronics.stackexchange.com/questions/372692/low-pass-filter-delay

0 commit comments

Comments
 (0)