Skip to content

Commit 24b2635

Browse files
external-blocks: add missing "and" in list
When describing the type of functions declared in external blocks, include "and" before the last part of the description.
1 parent ec78de0 commit 24b2635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/external-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ r[items.extern.fn.fn-ptr]
7070
When coerced to a function pointer, a function declared in an extern block has
7171
type `extern "abi" for<'l1, ..., 'lm> fn(A1, ..., An) -> R`, where `'l1`,
7272
... `'lm` are its lifetime parameters, `A1`, ..., `An` are the declared types of
73-
its parameters, `R` is the declared return type.
73+
its parameters, and `R` is the declared return type.
7474

7575
r[items.extern.static]
7676
## Statics

0 commit comments

Comments
 (0)