Skip to content

Commit

Permalink
Rollup merge of #94631 - nebulatgs:patch-1, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Fix typo in c-variadic

Fixes a typo in the Unstable Book
  • Loading branch information
Dylan-DPC authored Mar 5, 2022
2 parents 74832a2 + a4cb2bf commit 74cdef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/language-features/c-variadic.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The tracking issue for this feature is: [#44930]
------------------------

The `c_variadic` language feature enables C-variadic functions to be
defined in Rust. The may be called both from within Rust and via FFI.
defined in Rust. They may be called both from within Rust and via FFI.

## Examples

Expand Down

0 comments on commit 74cdef0

Please sign in to comment.