From 62ecfe68d640d793c0f6988f88938462ca2d54d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luukas=20P=C3=B6rtfors?= <31856315+lajp@users.noreply.github.com> Date: Mon, 18 Oct 2021 12:59:57 +0300 Subject: [PATCH] Examples: Fix unmatched quotation mark in comment. (#101) --- examples/serenity/voice/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/serenity/voice/src/main.rs b/examples/serenity/voice/src/main.rs index e6f0ba780..a8b0515f7 100644 --- a/examples/serenity/voice/src/main.rs +++ b/examples/serenity/voice/src/main.rs @@ -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;