Skip to content

Commit e318e7e

Browse files
committed
docs: fix
1 parent 0d480fa commit e318e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmap/wire_protocol/on_demand/document.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export class OnDemandDocument {
209209
* Turns BSON element with `name` into a javascript value.
210210
*
211211
* @typeParam T - must be one of the supported BSON types determined by `JSTypeOf` this will determine the return type of this function.
212-
* @typeParam Req - A generic to determine the nullish return value of this function. If required is true the return value will not include null.
213212
* @param name - the element name
214213
* @param as - the bson type expected
215214
* @param required - whether or not the element is expected to exist, if true this function will throw if it is not present

0 commit comments

Comments
 (0)