Skip to content

Commit 4d78ffd

Browse files
authored
Typo: Fix missing space between words. (#217)
1 parent a524dc2 commit 4d78ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idioms/ffi-passing-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub mod unsafe_module {
4242
4343
unsafe {
4444
// SAFETY: calling an FFI whose documentation says the pointer is
45-
// const, so no modificationshould occur
45+
// const, so no modification should occur
4646
seterr(c_err.as_ptr());
4747
}
4848

0 commit comments

Comments
 (0)