mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #13122 from Float07/patch-1
Fix small typo in Mongo.ObjectID documentation
This commit is contained in:
@@ -941,7 +941,7 @@ function wrapCallback(callback, convertResult) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @summary Create a Mongo-style `ObjectID`. If you don't specify a `hexString`, the `ObjectID` will generated randomly (not using MongoDB's ID construction rules).
|
||||
* @summary Create a Mongo-style `ObjectID`. If you don't specify a `hexString`, the `ObjectID` will be generated randomly (not using MongoDB's ID construction rules).
|
||||
* @locus Anywhere
|
||||
* @class
|
||||
* @param {String} [hexString] Optional. The 24-character hexadecimal contents of the ObjectID to create
|
||||
|
||||
Reference in New Issue
Block a user