fix typo
This commit is contained in:
@@ -26,5 +26,5 @@ Keep the `RUN_TEST`s in the same order as the functions they call.
|
|||||||
|
|
||||||
To add a suite,
|
To add a suite,
|
||||||
|
|
||||||
1. Add a new C file in `integration-tests/src/bindings_tests/`, based off of one of hte others.
|
1. Add a new C file in `integration-tests/src/bindings_tests/`, based off of one of the others.
|
||||||
1. Add a the suite name to `suites` in `integration-tests/build.rs`.
|
1. Add a the suite name to `suites` in `integration-tests/build.rs`.
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ typedef struct TCTags {
|
|||||||
*/
|
*/
|
||||||
size_t num_tags;
|
size_t num_tags;
|
||||||
/**
|
/**
|
||||||
* total size of tags (internal use only; do not change)
|
* total size of tags (internal use only)
|
||||||
*/
|
*/
|
||||||
size_t _capacity;
|
size_t _capacity;
|
||||||
} TCTags;
|
} TCTags;
|
||||||
|
|||||||
Reference in New Issue
Block a user