Skip to content

Commit

Permalink
Examples: Fix unmatched quotation mark in comment. (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
lajp authored Oct 18, 2021
1 parent 6fcb196 commit 62ecfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/serenity/voice/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! ```toml
//! [dependencies.serenity]
//! git = "https://github.com/serenity-rs/serenity.git"
//! features = ["client", standard_framework", "voice"]
//! features = ["client", "standard_framework", "voice"]
//! ```
use std::env;

Expand Down

0 comments on commit 62ecfe6

Please sign in to comment.