From 8ad181f94c54e7b9bcc44f6e81ac1e00a53ad888 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 22 Aug 2019 13:29:11 +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 ecc35a0b5..d9a0807a0 100644 --- a/lib/runtime-c-api/src/export.rs +++ b/lib/runtime-c-api/src/export.rs @@ -48,7 +48,7 @@ pub(crate) struct NamedExports(pub Vec); #[derive(Clone)] pub struct wasmer_exports_t; -/// Intermediate representation of an export dsscriptor that is +/// Intermediate representation of an export descriptor that is /// exposed to C. pub(crate) struct NamedExportDescriptor { /// The export name.