[backport] fix documentation leak to os.nim[ci skip]

This commit is contained in:
narimiran
2019-01-14 09:24:12 +01:00
parent 2b37bf5d5b
commit 29e0a792ff
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
## Include file that implements 'getEnv' and friends. Do not import it!
# Include file that implements 'getEnv' and friends. Do not import it!
when not declared(os):
{.error: "This is an include file for os.nim!".}

View File

@@ -1,4 +1,4 @@
## Include file that implements 'osErrorMsg' and friends. Do not import it!
# Include file that implements 'osErrorMsg' and friends. Do not import it!
when not declared(os):
{.error: "This is an include file for os.nim!".}