mirror of
https://github.com/RustAudio/rodio
synced 2025-03-04 06:57:16 +00:00
Fixed a typo from @UnknownSuperficialNight
This commit is contained in:
parent
cde724a429
commit
56fcce74f3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ pub enum Function {
|
|||
Triangle,
|
||||
/// A square wave, rising edge at t=0.
|
||||
Square,
|
||||
/// A rising swatooth wave.
|
||||
/// A rising sawtooth wave.
|
||||
Sawtooth,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue