From 86cb9449d542bc3fbe06bbcec5a5612372cf2117 Mon Sep 17 00:00:00 2001 From: arusakov Date: Tue, 27 Feb 2018 16:59:37 +0300 Subject: [PATCH] clear --- types/bson/index.d.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.