Skip to content

Commit e025cb0

Browse files
committed
Fix typo
1 parent 16488d6 commit e025cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/tests/unified/result.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ result_from_bulk_write (result_t *result, bson_t *reply, bson_error_t *error)
152152
write_result, "upsertedIds", rewritten_upserted_ids);
153153
} else {
154154
/* upsertedIds is a required field in BulkWriteResult, so append an
155-
* empty document even if not documents were upserted. */
155+
* empty document even if no documents were upserted. */
156156
upserted_ids = bson_new ();
157157
BSON_APPEND_DOCUMENT (write_result, "upsertedIds", upserted_ids);
158158
}

0 commit comments

Comments
 (0)