Examples: Fix unmatched quotation mark in comment. (#101)

This commit is contained in:
Luukas Pörtfors
2021-10-18 12:59:57 +03:00
committed by GitHub
parent 6fcb196e34
commit 62ecfe68d6

View File

@@ -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;