Fix grammar

This commit is contained in:
frazar 2018-04-21 09:39:10 +02:00 committed by GitHub
parent c14650d6d5
commit ad97682aec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()`