From e1aa4e4ce4dcef7031e2a50d70e8c3000b470f76 Mon Sep 17 00:00:00 2001 From: arusakov Date: Tue, 27 Feb 2018 17:05:45 +0300 Subject: [PATCH] fix typo --- types/bson/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/bson/index.d.ts b/types/bson/index.d.ts index 6fe0473694..24372ff0f5 100644 --- a/types/bson/index.d.ts +++ b/types/bson/index.d.ts @@ -135,7 +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 this ObjectID instance */ + /** If true cache the hex string representation of ObjectID */ static cacheHexString?: boolean; /** * Creates an ObjectID from a hex string representation of an ObjectID.