diff options
| author | bors <bors@rust-lang.org> | 2014-11-15 07:12:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-11-15 07:12:27 +0000 |
| commit | bc0b6120c1de5b8b7325dd5bb1066b6b045f2631 (patch) | |
| tree | 2d06e4020f32e95f0c18c02596a3ee028b164ea7 | |
| parent | d91a015ab4c538f02fbbc03dfb08193a381c2e3b (diff) | |
| parent | 607eb12ab7683c8d84460edd50971944f5994f92 (diff) | |
| download | rust-bc0b6120c1de5b8b7325dd5bb1066b6b045f2631.tar.gz rust-bc0b6120c1de5b8b7325dd5bb1066b6b045f2631.zip | |
auto merge of #18901 : steveklabnik/rust/quickfix, r=alexcrichton
Small copy/paste error from the crates guide.
| -rw-r--r-- | src/doc/po4a.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/po4a.conf b/src/doc/po4a.conf index 25f1a5fd3e2..c0406d104fc 100644 --- a/src/doc/po4a.conf +++ b/src/doc/po4a.conf @@ -19,7 +19,7 @@ [type: text] src/doc/guide-tasks.md $lang:doc/l10n/$lang/guide-tasks.md [type: text] src/doc/guide-testing.md $lang:doc/l10n/$lang/guide-testing.md [type: text] src/doc/guide-unsafe.md $lang:doc/l10n/$lang/guide-unsafe.md -[type: text] src/doc/guide-unsafe.md $lang:doc/l10n/$lang/guide-crates.md +[type: text] src/doc/guide-crates.md $lang:doc/l10n/$lang/guide-crates.md [type: text] src/doc/guide.md $lang:doc/l10n/$lang/guide.md [type: text] src/doc/index.md $lang:doc/l10n/$lang/index.md [type: text] src/doc/intro.md $lang:doc/l10n/$lang/intro.md |
