From 878e5d7c76d4d6c972ef8df57cc5e352e9c74072 Mon Sep 17 00:00:00 2001 From: Crawl Date: Mon, 10 Apr 2017 00:39:07 +0200 Subject: [PATCH] Fix example typo --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index c79b9ec41..7ebdc8ed4 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -862,7 +862,7 @@ class Guild { * console.log(`Hello from ${guild}!`); * @example * // logs: Hello from My Guild! - * console.log(`Hello from ' + guild + '!'); + * console.log('Hello from ' + guild + '!'); */ toString() { return this.name;