Skip to content

Commit 0644198

Browse files
committed
It's winapi not win-api
1 parent ad9a314 commit 0644198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbuilder/chroot_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ impl DocBuilder {
215215

216216
// only add target name to destination directory when we are copying a non-default target.
217217
// this is allowing us to host documents in the root of the crate documentation directory.
218-
// for example win-api will be available in docs.rs/win-api/$version/win-api/ for it's
218+
// for example winapi will be available in docs.rs/winapi/$version/winapi/ for it's
219219
// default target: x86_64-pc-windows-msvc. But since it will be built under
220220
// cratesfyi/x86_64-pc-windows-msvc we still need target in this function.
221221
if !is_default_target {

0 commit comments

Comments
 (0)