doc(runtime-c-api) Fix a link.

This commit is contained in:
Ivan Enderlin
2020-01-20 15:58:11 +01:00
parent 11e915f00f
commit f4c8997c6d

View File

@ -214,7 +214,7 @@ pub unsafe extern "C" fn wasmer_export_descriptor_kind(
/// Frees the memory for the given exports.
///
/// Check the `wasmer_instance_exports` function to get a complete
/// Check the `wasmer_instance_exports()` function to get a complete
/// example.
///
/// If `exports` is a null pointer, this function does nothing.