Fixed typo

This commit is contained in:
Syrus Akbary
2020-02-10 13:24:11 -08:00
committed by GitHub
parent 9d80584c97
commit 97328b3af7

View File

@ -131,7 +131,7 @@ pub struct wasmer_limits_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`.
#[repr(C)]
pub struct wasmer_limit_option_t {