]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static_files.rs
Rollup merge of #68500 - Mark-Simulacrum:fix-bootstrap-clearing, r=alexcrichton
[rust.git] / src / librustdoc / html / static_files.rs
index 8702ba224db568dfbb16209d8b8fdff2ea57d7a9..9fc1d76185fb7bf6aa12c41efe419c648f9bfe0c 100644 (file)
@@ -59,7 +59,7 @@
 /// The built-in themes given to every documentation site.
 pub mod themes {
     /// The "light" theme, selected by default when no setting is available. Used as the basis for
-    /// the `--check-themes` functionality.
+    /// the `--check-theme` functionality.
     pub static LIGHT: &'static str = include_str!("static/themes/light.css");
 
     /// The "dark" theme.