We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a524dc2 commit 4d78ffdCopy full SHA for 4d78ffd
idioms/ffi-passing-strings.md
@@ -42,7 +42,7 @@ pub mod unsafe_module {
42
43
unsafe {
44
// SAFETY: calling an FFI whose documentation says the pointer is
45
- // const, so no modificationshould occur
+ // const, so no modification should occur
46
seterr(c_err.as_ptr());
47
}
48
0 commit comments