Clean up from feedback

This commit is contained in:
Mark McCaskey
2020-08-11 16:31:02 -07:00
parent 7ae9132789
commit c52678aba4
5 changed files with 20 additions and 16 deletions

View File

@@ -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:
///