Examples: Fix unmatched quotation mark in comment. (#101)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user