Skip to content

Commit 74cdef0

Browse files
authored
Rollup merge of rust-lang#94631 - nebulatgs:patch-1, r=Dylan-DPC
Fix typo in c-variadic Fixes a typo in the Unstable Book
2 parents 74832a2 + a4cb2bf commit 74cdef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/language-features/c-variadic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The tracking issue for this feature is: [#44930]
77
------------------------
88

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

1212
## Examples
1313

0 commit comments

Comments
 (0)