Skip to content

Commit 8095310

Browse files
authored
Rollup merge of rust-lang#82119 - m-ou-se:typo, r=dtolnay
Fix typo in link to CreateSymbolicLinkW documentation.
2 parents ebaba22 + 1aa9651 commit 8095310

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/windows

1 file changed

+1
-1
lines changed

library/std/src/sys/windows/c.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ extern "system" {
10231023
pub fn HeapFree(hHeap: HANDLE, dwFlags: DWORD, lpMem: LPVOID) -> BOOL;
10241024

10251025
// >= Vista / Server 2008
1026-
// https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createsymboliclinka
1026+
// https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createsymboliclinkw
10271027
pub fn CreateSymbolicLinkW(
10281028
lpSymlinkFileName: LPCWSTR,
10291029
lpTargetFileName: LPCWSTR,

0 commit comments

Comments
 (0)