From 3a031c65e78455a00fcc50a91c615f6f9e785bb2 Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Fri, 26 Aug 2016 10:17:04 -0500 Subject: [PATCH] fix issues with line length being greater than 120 (#544) --- src/structures/GuildChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index 90a08cbf7..aaa7e2660 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -263,7 +263,7 @@ class GuildChannel extends Channel { } /** - * When concatenated with a String, this automatically concatenates the Channel's name instead of the Channel object. + * When concatenated with a String, this automatically returns the Channel's name instead of the Channel object. * @returns {String} * @example * // Outputs: Hello from general