Skip to content

Commit c21cfd5

Browse files
authored
Change "either and" to "either or"
1 parent 183e15f commit c21cfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/layout/function-pointers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Terminology
44

55
In Rust, a function pointer type, is either `fn(Args...) -> Ret`,
6-
`extern "ABI" fn(Args...) -> Ret`, `unsafe fn(Args...) -> Ret`, and
6+
`extern "ABI" fn(Args...) -> Ret`, `unsafe fn(Args...) -> Ret`, or
77
`unsafe extern "ABI" fn(Args...) -> Ret`.
88
A function pointer is the address of a function,
99
and has function pointer type.

0 commit comments

Comments
 (0)