We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4313e32 commit feb20c3Copy full SHA for feb20c3
mongo/single_result.go
@@ -29,7 +29,7 @@ type SingleResult struct {
29
}
30
31
// Decode will unmarshal the document represented by this SingleResult into v. If there was an error from the operation
32
-// that created this SingleResult, that error will be returned. If the operation returned no documents, DecodeBytes will
+// that created this SingleResult, that error will be returned. If the operation returned no documents, Decode will
33
// return ErrNoDocuments.
34
//
35
// If the operation was successful and returned a document, Decode will return any errors from the unmarshalling process
0 commit comments