X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustdoc%2Fconfig.rs;h=2c514a0c8267b80b7763660520a80b5803e2e3e1;hb=dc3e59cb3fe05ebd752d3a2269f501c00327be22;hp=56b40d8c66baffa627ab03e1a9b83788b73d276d;hpb=6d1cdcaee52e357dfb3500091bdd18a2e0c763ff;p=rust.git diff --git a/src/librustdoc/config.rs b/src/librustdoc/config.rs index 56b40d8c66b..2c514a0c826 100644 --- a/src/librustdoc/config.rs +++ b/src/librustdoc/config.rs @@ -509,7 +509,7 @@ fn println_condition(condition: Condition) { // these values up both in `dataset` and in the storage API, so it needs to be able // to convert the names back and forth. Despite doing this kebab-case to // StudlyCaps transformation automatically, the JS DOM API does not provide a - // mechanism for doing the just transformation on a string. So we want to avoid + // mechanism for doing just the transformation on a string. So we want to avoid // the StudlyCaps representation in the `dataset` property. // // We solve this by replacing all the `-`s with `_`s. We do that here, when we