From a9bb8fea163eb6c6677ff47df7588c7a360cf2b0 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 22 Aug 2019 13:29:26 +0200 Subject: [PATCH] doc(runtime-c-api) Fix a typo. Co-Authored-By: Syrus Akbary --- lib/runtime-c-api/src/export.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime-c-api/src/export.rs b/lib/runtime-c-api/src/export.rs index d9a0807a0..0cf55bd81 100644 --- a/lib/runtime-c-api/src/export.rs +++ b/lib/runtime-c-api/src/export.rs @@ -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. ///