Fix typo in c-variadic

This commit is contained in:
Nebula 2022-03-04 21:34:38 -05:00 committed by GitHub
parent 5a7e4c6b5a
commit a4cb2bfe34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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