Skip to content

Commit 033957f

Browse files
committed
fix typo
1 parent 0bb71be commit 033957f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/default_value_decoders.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ func decodeDefault(dc DecodeContext, vr ValueReader, val reflect.Value) ([]refle
13921392
}
13931393
}
13941394
} else {
1395-
// For non-interface slices, or if we've exhuasted the pre-populated
1395+
// For non-interface slices, or if we've exhausted the pre-populated
13961396
// slots, we create a fresh value.
13971397

13981398
if vDecoder == nil {

0 commit comments

Comments
 (0)