Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/c-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ the C-equivalent methods as the Python API wraps this API.

The main area of difference is, unlike the Python API, the C API doesn't do any
decoding, encoding or schema validation of :ref:`sec_metadata` fields,
instead only handling the byte sting representation of the metadata. Metadata is therefore
instead only handling the byte string representation of the metadata. Metadata is therefore
never used directly by any tskit C API method, just stored.

----------------------
Expand Down