about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-05-11 09:27:44 -0400
committerSteve Klabnik <steve@steveklabnik.com>2016-05-11 09:27:44 -0400
commit130e76b46a241a3d7f826e212f6db8d283c37d6f (patch)
treea1a6af4a612e8fe2532144044d774b70b74fb212
parent8c6796f0a72da03f53fbeb260cb7cc2046e2dd19 (diff)
parentd8882e263ba07998cb06f110d10a48dec08a8742 (diff)
downloadrust-130e76b46a241a3d7f826e212f6db8d283c37d6f.tar.gz
rust-130e76b46a241a3d7f826e212f6db8d283c37d6f.zip
Rollup merge of #33528 - cramertj:E0061typeo, r=jseyfried
E0061 typo fix

Fixed silly typo.
-rw-r--r--src/librustc_typeck/diagnostics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs
index ad91bc9399f..05e4c79a7e8 100644
--- a/src/librustc_typeck/diagnostics.rs
+++ b/src/librustc_typeck/diagnostics.rs
@@ -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).
 "##,