Skip to content

Commit c38d1fa

Browse files
Update x/mongo/driver/wiremessage/wiremessage.go
Co-authored-by: Matt Dale <[email protected]>
1 parent a6404e7 commit c38d1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/mongo/driver/wiremessage/wiremessage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ func ReadCompressedCompressorID(src []byte) (id CompressorID, rem []byte, ok boo
541541

542542
// ReadCompressedCompressedMessage reads the compressed wiremessage to dst.
543543
//
544-
// Deprecated: This function is not required by the Go Driver and will not be
544+
// Deprecated: This function is not required by the Go Driver and will be
545545
// removed in the 2.0 release.
546546
func ReadCompressedCompressedMessage(src []byte, length int32) (msg []byte, rem []byte, ok bool) {
547547
if len(src) < int(length) || length < 0 {

0 commit comments

Comments
 (0)