Examples: Fix unmatched quotation mark in comment. (#101)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies.serenity]
|
//! [dependencies.serenity]
|
||||||
//! git = "https://github.com/serenity-rs/serenity.git"
|
//! git = "https://github.com/serenity-rs/serenity.git"
|
||||||
//! features = ["client", standard_framework", "voice"]
|
//! features = ["client", "standard_framework", "voice"]
|
||||||
//! ```
|
//! ```
|
||||||
use std::env;
|
use std::env;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user