Skip to content

Commit e66bb63

Browse files
committed
fix typo identified by jsha
typo in --merge=finalize description: can links
1 parent ac9208c commit e66bb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-mergeable-rustdoc-cross-crate-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ More details are in the Reference-level explanation.
3535
* `--include-parts-dir=path/to/doc.parts/<crate-name>`: Include cross-crate information from this previously written `doc.parts` directories into a collection that will be written by the current invocation of rustdoc. May only be provided with `--merge=finalize`. May be provided any number of times.
3636
* `--merge=none`: Do not write cross-crate information to the `--out-dir`. The flag `--parts-out-dir` may instead be provided with the destination of the current crate's cross-crate information parts.
3737
* `--merge=shared` (default): Append information from the current crate to any info files found in the `--out-dir`.
38-
* `--merge=finalize`: Write cross-crate information from the current crate and any crates included via `--include-parts-dir` to the `--out-dir`, overwriting conflicting files. This flag may be used with or without an input crate root, as it can links existing docs.
38+
* `--merge=finalize`: Write cross-crate information from the current crate and any crates included via `--include-parts-dir` to the `--out-dir`, overwriting conflicting files. This flag may be used with or without an input crate root, in which case it only links crates included via `--include-parts-dir`.
3939

4040
## Example
4141

0 commit comments

Comments
 (0)