diff options
| author | binarycat <binarycat@envs.net> | 2025-01-14 09:51:55 -0600 |
|---|---|---|
| committer | binarycat <binarycat@envs.net> | 2025-01-14 09:51:55 -0600 |
| commit | f5e23d5c7b36d5c24e0133e0c2218810688e691c (patch) | |
| tree | 73ee97cb608f4742df634c3bb6a498b77d5537f9 /src/librustdoc/lib.rs | |
| parent | 244316f711175eb072959d5654454b9e51cf3251 (diff) | |
| download | rust-f5e23d5c7b36d5c24e0133e0c2218810688e691c.tar.gz rust-f5e23d5c7b36d5c24e0133e0c2218810688e691c.zip | |
fix typo and unit test
Diffstat (limited to 'src/librustdoc/lib.rs')
| -rw-r--r-- | src/librustdoc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs index e9b2bff089f..ba620b6cb6b 100644 --- a/src/librustdoc/lib.rs +++ b/src/librustdoc/lib.rs @@ -656,7 +656,7 @@ fn opts() -> Vec<RustcOptGroup> { FlagMulti, "", "disable-minification", - "diable the minification of CSS/JS files (perma-unstable, do not use with cached files)", + "disable the minification of CSS/JS files (perma-unstable, do not use with cached files)", "", ), // deprecated / removed options |
