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:11 +02:00
committed by GitHub
parent 36098189b3
commit 8ad181f94c

View File

@ -48,7 +48,7 @@ pub(crate) struct NamedExports(pub Vec<NamedExport>);
#[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.