- 
    Type:Bug 
- 
    Resolution: Fixed
- 
    Priority:Minor - P4 
- 
    Affects Version/s: None
- 
    Component/s: Documentation
- 
    None
- 
    Environment:version()
 1.2.2
- 
        1
- 
        Not Needed
Problem Statement/Rationale
The in shell help points to out dated docs. it also appears to be missing expected information.
Steps to Reproduce
Enter:
ObjectId().help
Expected Results
A summary of what the item is or does. Any links to further information should be current
Actual Results
The ObjectId BSON Class:
For more information on usage: *https://mongodb.github.io/node-mongodb-native/3.6/api/ObjectID.html*
The ':' and large vertical space makes it look like there is info missing after the ':' (although changing the ':' to a '.' would probably be ok in this case.)
The links are for v3.6 of the driver docs. The current version is 4.4
Additional Notes
None.