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 49c077b commit afe7a03Copy full SHA for afe7a03
x/bsonx/bsoncore/value.go
@@ -250,7 +250,7 @@ func (v Value) AsFloat64OK() (float64, bool) {
250
return f64, true
251
}
252
253
-// Equal compaes v to v2 and returns true if they are equal.
+// Equal compares v to v2 and returns true if they are equal.
254
func (v Value) Equal(v2 Value) bool {
255
if v.Type != v2.Type {
256
return false
0 commit comments