Skip to content

Commit 4b2fc79

Browse files
authored
docs: fix cutoff sentence on CommandStartedEvent (mongodb#3828)
1 parent 39ff81d commit 4b2fc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/command_monitoring_events.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Msg, type WriteProtocolMessageType } from './commands';
1111
import type { Connection } from './connection';
1212

1313
/**
14-
* An event indicating the start of a given
14+
* An event indicating the start of a given command
1515
* @public
1616
* @category Event
1717
*/

0 commit comments

Comments
 (0)