mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-21 20:51:32 +00:00
doc(runtime-c-api) Fix a typo.
Co-Authored-By: Syrus Akbary <me@syrusakbary.com>
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user