mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
Clean up from feedback
This commit is contained in:
@@ -47,9 +47,9 @@ pub extern "C" fn wasmer_last_error_length() -> c_int {
|
||||
/// error occurs. Potential errors are:
|
||||
///
|
||||
/// * The buffer is a null pointer,
|
||||
/// * The buffer is too smal to hold the error message.
|
||||
/// * The buffer is too small to hold the error message.
|
||||
///
|
||||
/// Note: The error message always has a trailing null character.
|
||||
/// Note: The error message always has a trailing NUL character.
|
||||
///
|
||||
/// Example:
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user