mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-27 23:51:33 +00:00
Fixed typo
This commit is contained in:
@ -131,7 +131,7 @@ pub struct wasmer_limits_t {
|
|||||||
pub max: wasmer_limit_option_t,
|
pub max: wasmer_limit_option_t,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The `wasmer_limit_option_t` struct repreesents an optional limit
|
/// The `wasmer_limit_option_t` struct represents an optional limit
|
||||||
/// for `wasmer_limits_t`.
|
/// for `wasmer_limits_t`.
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct wasmer_limit_option_t {
|
pub struct wasmer_limit_option_t {
|
||||||
|
Reference in New Issue
Block a user