Skip to content

Commit

Permalink
E0061 typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed May 10, 2016
1 parent 0e7cb8b commit d8882e2
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 d8882e2

Please sign in to comment.