Rollup merge of #25932 - bluss:doc-book-1, r=alexcrichton

trpl: Fix typo in Raw Pointers chapter
This commit is contained in:
Manish Goregaokar 2015-06-02 11:14:08 +05:30
commit 04abc05094

View File

@ -77,7 +77,7 @@ For more operations on raw pointers, see [their API documentation][rawapi].
# FFI
Raw pointers are useful for FFI: Rusts `*const T` and `*mut T` are similar to
Cs `const T*` and `T*`, respectfully. For more about this use, consult the
Cs `const T*` and `T*`, respectively. For more about this use, consult the
[FFI chapter][ffi].
[ffi]: ffi.html