| author | |
| committer | |
| log | f3ab092f67d5705ce3c70c0033e463b68523c8bd |
| tree | 3df627cce2f1638796ef15ff3494f9439ef5e446 |
| parent | cacd5366a6707cb030e212ea3cc46052168d4006 |
| signature | Signed by PGP key 4AEE18F83AFDEB23 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/windows.zig+1-1| ... | ... | @@ -670,7 +670,7 @@ pub const CreateSymbolicLinkError = error{ |
| 670 | 670 | /// Needs either: |
| 671 | 671 | /// - `SeCreateSymbolicLinkPrivilege` privilege |
| 672 | 672 | /// or |
| 673 | /// - Developper mode on Windows 10 | |
| 673 | /// - Developer mode on Windows 10 | |
| 674 | 674 | /// otherwise fails with `error.AccessDenied`. In which case `sym_link_path` may still |
| 675 | 675 | /// be created on the file system but will lack reparse processing data applied to it. |
| 676 | 676 | pub fn CreateSymbolicLink( |