Skip to content

Commit 0ba2d00

Browse files
authored
Merge pull request #130 from kdnakt/fix-typo-ffi
fix typo in ffi.md
2 parents 7832ff2 + 916f14c commit 0ba2d00

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)