]> git.lizzy.rs Git - rust.git/blobdiff - src/libfmt_macros/lib.rs
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / libfmt_macros / lib.rs
index 9ca7eee999fe0493b3f4f44421123ae32b797a6d..e138503b508d545a5ce5b97e5733134fd6bccb76 100644 (file)
@@ -176,7 +176,7 @@ pub struct Parser<'a> {
     skips: Vec<usize>,
     /// Span of the last opening brace seen, used for error reporting
     last_opening_brace: Option<InnerSpan>,
-    /// Wether the source string is comes from `println!` as opposed to `format!` or `print!`
+    /// Whether the source string is comes from `println!` as opposed to `format!` or `print!`
     append_newline: bool,
 }