Skip to content

Commit

Permalink
Rollup merge of rust-lang#82119 - m-ou-se:typo, r=dtolnay
Browse files Browse the repository at this point in the history
Fix typo in link to CreateSymbolicLinkW documentation.
  • Loading branch information
JohnTitor committed Feb 15, 2021
2 parents 3d4b4a6 + 1aa9651 commit fd29595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/sys/windows/c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ extern "system" {
pub fn HeapFree(hHeap: HANDLE, dwFlags: DWORD, lpMem: LPVOID) -> BOOL;

// >= Vista / Server 2008
// https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createsymboliclinka
// https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createsymboliclinkw
pub fn CreateSymbolicLinkW(
lpSymlinkFileName: LPCWSTR,
lpTargetFileName: LPCWSTR,
Expand Down

0 comments on commit fd29595

Please sign in to comment.