Skip to content

Commit dbb68dc

Browse files
add link
1 parent 6ec99a9 commit dbb68dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cast/double.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const BSON = require('bson');
99
*
1010
* @param {Any} value
1111
* @return {Number}
12-
* @throws {Error} if `value` does not represent a IEEE 754-2008 floating point. If casting from a string, see BSON Double.fromString API documentation
12+
* @throws {Error} if `value` does not represent a IEEE 754-2008 floating point. If casting from a string, see [BSON Double.fromString API documentation](https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Double.html#fromString)
1313
* @api private
1414
*/
1515

0 commit comments

Comments
 (0)