docs(BaseManager): fix a typo in #resolveID description (#5180)

* fix(BaseManager): #resolveID returns null for non-numeric string arg

* docs(BaseManager): fix a typo in #resolveID description
This commit is contained in:
Shubham Parihar
2021-01-27 16:00:08 +05:30
committed by GitHub
parent a6bc39d3c6
commit 640a6633b1

View File

@@ -63,7 +63,7 @@ class BaseManager {
}
/**
* Resolves a data entry to a instance ID.
* Resolves a data entry to an instance ID.
* @param {string|Object} idOrInstance The id or instance of something in this Manager
* @returns {?Snowflake}
*/