Skip to content

Commit 161ba12

Browse files
NULL not back-ticked
1 parent 565474a commit 161ba12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/ffi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ against `libc` and `libm` by default.
521521

522522
# The "nullable pointer optimization"
523523

524-
Certain types are defined to not be `NULL`. This includes references (`&T`,
524+
Certain types are defined to not be NULL. This includes references (`&T`,
525525
`&mut T`), boxes (`Box<T>`), and function pointers (`extern "abi" fn()`).
526526
When interfacing with C, pointers that might be NULL are often used.
527527
As a special case, a generic `enum` that contains exactly two variants, one of

0 commit comments

Comments
 (0)