mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-02 09:58:01 +00:00
Correct typo in osseps.nim (#16939)
This commit is contained in:
@@ -47,7 +47,7 @@ const
|
||||
elif defined(PalmOS) or defined(MorphOS): ':' # platform has ':' but osseps has ';'
|
||||
else: ':'
|
||||
## The character conventionally used by the operating system to separate
|
||||
## search patch components (as in PATH), such as `':'` for POSIX
|
||||
## search path components (as in PATH), such as `':'` for POSIX
|
||||
## or `';'` for Windows.
|
||||
|
||||
FileSystemCaseSensitive* =
|
||||
|
||||
Reference in New Issue
Block a user