mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Fix grammar
This commit is contained in:
parent
c14650d6d5
commit
ad97682aec
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
- Update `cpal` dependency to 0.8, and adopt the new naming convention
|
||||
- BREAKING CHANGES:
|
||||
- renamed `Endpoint` to `Device`
|
||||
- splitted `default_endpoint()` into `default_output_device()` and `default_input_device()`
|
||||
- split `default_endpoint()` into `default_output_device()` and `default_input_device()`
|
||||
- renamed `endpoints()` to `devices()`
|
||||
- introduced `output_devices()` and `input_devices()`
|
||||
|
|
Loading…
Reference in a new issue