Skip to content

Commit

Permalink
Rollup merge of rust-lang#33528 - cramertj:E0061typeo, r=jseyfried
Browse files Browse the repository at this point in the history
E0061 typo fix

Fixed silly typo.
  • Loading branch information
steveklabnik committed May 10, 2016
2 parents efe519b + d8882e2 commit 33dc100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_typeck/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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).
"##,

Expand Down

0 comments on commit 33dc100

Please sign in to comment.