We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9e8cd commit fa214c3Copy full SHA for fa214c3
src/librustdoc/config.rs
@@ -509,7 +509,7 @@ impl Options {
509
// these values up both in `dataset` and in the storage API, so it needs to be able
510
// to convert the names back and forth. Despite doing this kebab-case to
511
// StudlyCaps transformation automatically, the JS DOM API does not provide a
512
- // 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
513
// the StudlyCaps representation in the `dataset` property.
514
//
515
// We solve this by replacing all the `-`s with `_`s. We do that here, when we
0 commit comments