Skip to content

Commit afe7a03

Browse files
committed
correct spelling
1 parent 49c077b commit afe7a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/bsonx/bsoncore/value.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func (v Value) AsFloat64OK() (float64, bool) {
250250
return f64, true
251251
}
252252

253-
// Equal compaes v to v2 and returns true if they are equal.
253+
// Equal compares v to v2 and returns true if they are equal.
254254
func (v Value) Equal(v2 Value) bool {
255255
if v.Type != v2.Type {
256256
return false

0 commit comments

Comments
 (0)