Skip to content

Commit 916f14c

Browse files
committed
fix typo in ffi.md
1 parent 7832ff2 commit 916f14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std_misc/ffi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern {
2828
2929
// Since calling foreign functions is considered unsafe,
3030
// it's common to write safe wrappers around them.
31-
// 型安全ににするためのラッパ
31+
// 型安全にするためのラッパ
3232
fn cos(z: Complex) -> Complex {
3333
unsafe { ccosf(z) }
3434
}

0 commit comments

Comments
 (0)