Typo: Fix missing space between words. (#217)

pull/218/head
follower 3 years ago committed by GitHub
parent a524dc27ea
commit 4d78ffd3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ pub mod unsafe_module {
unsafe { unsafe {
// SAFETY: calling an FFI whose documentation says the pointer is // SAFETY: calling an FFI whose documentation says the pointer is
// const, so no modificationshould occur // const, so no modification should occur
seterr(c_err.as_ptr()); seterr(c_err.as_ptr());
} }

Loading…
Cancel
Save