mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #33528 - cramertj:E0061typeo, r=jseyfried
E0061 typo fix Fixed silly typo.
This commit is contained in:
commit
130e76b46a
@ -742,7 +742,7 @@ fn f(a: u16, b: &str) {}
|
||||
|
||||
Must always be called with exactly two arguments, e.g. `f(2, "test")`.
|
||||
|
||||
Note, that Rust does not have a notion of optional function arguments or
|
||||
Note that Rust does not have a notion of optional function arguments or
|
||||
variadic functions (except for its C-FFI).
|
||||
"##,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user