mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 22:44:43 +08:00
fix typo
This commit is contained in:
2
types/bson/index.d.ts
vendored
2
types/bson/index.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user