From 211b86cf4fdd7e2d04b21e9116630702364c9927 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 8 May 2018 17:30:57 +0000 Subject: [PATCH] Webpack build for branch 11.3-dev: b757f9ef2db765db98703e4e107a70d778d5bd1d --- discord.11.3-dev.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord.11.3-dev.js b/discord.11.3-dev.js index 4ee9e919..0bb8f3c7 100644 --- a/discord.11.3-dev.js +++ b/discord.11.3-dev.js @@ -964,7 +964,7 @@ class Collection extends Map { /** * Creates an ordered array of the values of this collection, and caches it internally. The array will only be * reconstructed if an item is added to or removed from the collection, or if you change the length of the array - * itself. If you don't want this caching behaviour, use `[...collection.values()]` or + * itself. If you don't want this caching behavior, use `[...collection.values()]` or * `Array.from(collection.values())` instead. * @returns {Array} */ @@ -976,7 +976,7 @@ class Collection extends Map { /** * Creates an ordered array of the keys of this collection, and caches it internally. The array will only be * reconstructed if an item is added to or removed from the collection, or if you change the length of the array - * itself. If you don't want this caching behaviour, use `[...collection.keys()]` or + * itself. If you don't want this caching behavior, use `[...collection.keys()]` or * `Array.from(collection.keys())` instead. * @returns {Array} */