Skip to content

Commit fa214c3

Browse files
committed
Fix typo in comment
1 parent ee9e8cd commit fa214c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ impl Options {
509509
// these values up both in `dataset` and in the storage API, so it needs to be able
510510
// to convert the names back and forth. Despite doing this kebab-case to
511511
// 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
512+
// mechanism for doing just the transformation on a string. So we want to avoid
513513
// the StudlyCaps representation in the `dataset` property.
514514
//
515515
// We solve this by replacing all the `-`s with `_`s. We do that here, when we

0 commit comments

Comments
 (0)