Skip to content

Commit 9fa6f2e

Browse files
authored
Reorder start point for doc examples for consistency (#1533)
* reorder start point for doc examples for consistency * remove `done:` from post example
1 parent 5ea4430 commit 9fa6f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/tests/test-mongoc-sample-commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ test_example_1 (mongoc_database_t *db)
9292
}
9393
/* End Example 1 */
9494
ASSERT_COUNT (1, collection);
95-
/* Start Example 1 Post */
9695
done:
96+
/* Start Example 1 Post */
9797
mongoc_collection_destroy (collection);
9898
/* End Example 1 Post */
9999
}

0 commit comments

Comments
 (0)