Skip to content

Commit 19bc573

Browse files
authored
Merge pull request #135 from yodaldevoid/patch-1
Change "either and" to "either or"
2 parents 183e15f + c21cfd5 commit 19bc573

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)