Rollup merge of #33528 - cramertj:E0061typeo, r=jseyfried

E0061 typo fix

Fixed silly typo.
This commit is contained in:
Steve Klabnik 2016-05-11 09:27:44 -04:00
commit 130e76b46a

View File

@ -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).
"##,