E0061 typo fix
This commit is contained in:
parent
0e7cb8bc31
commit
d8882e263b
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