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

Co-Authored-By: Syrus Akbary <me@syrusakbary.com>
This commit is contained in:
Ivan Enderlin
2019-08-22 13:29:26 +02:00
committed by GitHub
parent 8ad181f94c
commit a9bb8fea16

View File

@ -275,7 +275,7 @@ pub unsafe extern "C" fn wasmer_export_func_params(
}
}
/// Sets the returns buffer to the parameter types of the given wasmer_xport_func_t
/// Sets the returns buffer to the parameter types of the given wasmer_export_func_t
///
/// Returns `wasmer_result_t::WASMER_OK` upon success.
///