Skip to content

Commit d8882e2

Browse files
committed
E0061 typo fix
1 parent 0e7cb8b commit d8882e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ fn f(a: u16, b: &str) {}
742742
743743
Must always be called with exactly two arguments, e.g. `f(2, "test")`.
744744
745-
Note, that Rust does not have a notion of optional function arguments or
745+
Note that Rust does not have a notion of optional function arguments or
746746
variadic functions (except for its C-FFI).
747747
"##,
748748

0 commit comments

Comments
 (0)