E0061 typo fix

This commit is contained in:
Taylor Cramer 2016-05-09 18:18:57 -07:00
parent 0e7cb8bc31
commit d8882e263b

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