diff --git a/types/bson/index.d.ts b/types/bson/index.d.ts index 817f50374d..6fe0473694 100644 --- a/types/bson/index.d.ts +++ b/types/bson/index.d.ts @@ -135,9 +135,7 @@ export class ObjectID { constructor(id?: string | number | ObjectID); /** The generation time of this ObjectID instance */ generationTime: number; - /** - * If true cache the hex string representation of ObjectID instance - */ + /** If true cache the hex string representation of this ObjectID instance */ static cacheHexString?: boolean; /** * Creates an ObjectID from a hex string representation of an ObjectID.