We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c6796f + d8882e2 commit 130e76bCopy full SHA for 130e76b
src/librustc_typeck/diagnostics.rs
@@ -742,7 +742,7 @@ fn f(a: u16, b: &str) {}
742
743
Must always be called with exactly two arguments, e.g. `f(2, "test")`.
744
745
-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
746
variadic functions (except for its C-FFI).
747
"##,
748
0 commit comments