We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1ba33 commit 6cb0617Copy full SHA for 6cb0617
src/doc/trpl/raw-pointers.md
@@ -77,7 +77,7 @@ For more operations on raw pointers, see [their API documentation][rawapi].
77
# FFI
78
79
Raw pointers are useful for FFI: Rust’s `*const T` and `*mut T` are similar to
80
-C’s `const T*` and `T*`, respectfully. For more about this use, consult the
+C’s `const T*` and `T*`, respectively. For more about this use, consult the
81
[FFI chapter][ffi].
82
83
[ffi]: ffi.html
0 commit comments