Skip to content

Commit 130e76b

Browse files
committed
Rollup merge of #33528 - cramertj:E0061typeo, r=jseyfried
E0061 typo fix Fixed silly typo.
2 parents 8c6796f + d8882e2 commit 130e76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/diagnostics.rs

Lines changed: 1 addition & 1 deletion
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)