Skip to content

Commit 0f01c9b

Browse files
committed
typo
1 parent 4994251 commit 0f01c9b

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
@@ -68,7 +68,7 @@ rustdoc -Z unstable-options --crate-name=i --crate-type=lib --edition=2021 --en
6868
Merge the docs with `cp`. This can be avoided if `--out-dir=$(MERGED)` is used for all of the rustdoc calls. We copy here to illustrate that documenting `s` is independent of documenting `t`, and could happen on separate machines.
6969

7070
```shell
71-
cp -r s/target/doc/* t/target/doc/* i/target/doc/*
71+
cp -r s/target/doc/* t/target/doc/* i/target/doc/* merged/doc
7272
```
7373

7474
Browse `merged/doc/index.html` with cross-crate information.

0 commit comments

Comments
 (0)