We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565474a commit 161ba12Copy full SHA for 161ba12
src/doc/book/ffi.md
@@ -521,7 +521,7 @@ against `libc` and `libm` by default.
521
522
# The "nullable pointer optimization"
523
524
-Certain types are defined to not be `NULL`. This includes references (`&T`,
+Certain types are defined to not be NULL. This includes references (`&T`,
525
`&mut T`), boxes (`Box<T>`), and function pointers (`extern "abi" fn()`).
526
When interfacing with C, pointers that might be NULL are often used.
527
As a special case, a generic `enum` that contains exactly two variants, one of
0 commit comments