refactor: make LimitedCollection an implementation detail (#3872)

This commit is contained in:
SpaceEEC
2020-03-01 15:10:55 +01:00
committed by GitHub
parent c7f4485cec
commit 544bb78c8b
4 changed files with 7 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ class MessageManager extends BaseManager {
/**
* The cache of Messages
* @type {LimitedCollection<Snowflake, Message>}
* @type {Collection<Snowflake, Message>}
* @name MessageManager#cache
*/