We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401e397 commit e38d064Copy full SHA for e38d064
src/client.rs
@@ -1329,7 +1329,7 @@ impl AudioHandler {
1329
1330
self.simple = Some(Simple::new(
1331
None, // Use the default server
1332
- &crate::get_app_name(), // Our applications name
+ &crate::get_app_name(), // Our application’s name
1333
Direction::Playback, // We want a playback stream
1334
None, // Use the default device
1335
"playback", // Description of our stream
0 commit comments