Rollup merge of #33528 - cramertj:E0061typeo, r=jseyfried
E0061 typo fix Fixed silly typo.
This commit is contained in:
commit
130e76b46a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue