Skip to content

Commit a4cb2bf

Browse files
authored
Fix typo in c-variadic
1 parent 5a7e4c6 commit a4cb2bf

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)