Skip to content

Commit 00dbc77

Browse files
folkertdevtshepang
andauthored
Update src/items/functions.md
Co-authored-by: Tshepang Mbambo <hopsi@tuta.io>
1 parent 63b268b commit 00dbc77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/items/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ r[items.fn.params.self-restriction]
8383
Functions with a self parameter may only appear as an [associated function] in a [trait] or [implementation].
8484

8585
r[items.fn.params.varargs]
86-
A parameter with the `...` token indicates a [c-variadic function], and may only be used as the last parameter. In an [`extern` block] the c-variadic parameter may have an optional identifier, such as `args: ...`, in a [c-variadic function definition] the identifier is mandatory.
86+
A parameter with the `...` token indicates a [c-variadic function], and may only be used as the last parameter. In an [`extern` block], the c-variadic parameter may have an optional identifier, such as `args: ...`, and in a [c-variadic function definition], the identifier is mandatory.
8787

8888
r[items.fn.body]
8989
## Function body

0 commit comments

Comments
 (0)