diff options
| author | Alex Burka <aburka@seas.upenn.edu> | 2016-07-27 13:52:13 -0400 |
|---|---|---|
| committer | Alex Burka <aburka@seas.upenn.edu> | 2016-07-27 13:58:51 -0400 |
| commit | 1319b293c67f0fa8e9504c692898d2cee1866a9a (patch) | |
| tree | 339bc99261215b13a96bbe16dfd4f6c8ca65bad3 /src | |
| parent | 8e7abea93e84af6060ce6eeb530eb82fed3cff60 (diff) | |
| download | rust-1319b293c67f0fa8e9504c692898d2cee1866a9a.tar.gz rust-1319b293c67f0fa8e9504c692898d2cee1866a9a.zip | |
fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/book/ffi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/ffi.md b/src/doc/book/ffi.md index 983bd46a0c9..f9c50f0399a 100644 --- a/src/doc/book/ffi.md +++ b/src/doc/book/ffi.md @@ -635,7 +635,7 @@ void register(void (*f)(void (*)(int), int)) { } ``` -No `tranmsute` required! +No `transmute` required! # Calling Rust code from C |
