Fixed typo in std/os doc (#20054)

Fixed typo
This commit is contained in:
LetThereBeLemons
2022-07-18 07:20:30 +01:00
committed by GitHub
parent c6264ed847
commit f443bece06

View File

@@ -1741,7 +1741,7 @@ proc createSymlink*(src, dest: string) {.noWeirdTarget.} =
## by `src`. On most operating systems, will fail if a link already exists.
##
## .. warning:: Some OS's (such as Microsoft Windows) restrict the creation
## of symlinks to root users (administrators) or users with developper mode enabled.
## of symlinks to root users (administrators) or users with developer mode enabled.
##
## See also:
## * `createHardlink proc`_