summary refs log tree commit diff stats
path: root/lib/std/envvars.nim
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2022-12-06 11:37:03 +0300
committerGitHub <noreply@github.com>2022-12-06 09:37:03 +0100
commit739e1badb6e48741e28420739769d3714ac6ceda (patch)
tree745718d54a61118535ae657ec884dc5bee6d83a6 /lib/std/envvars.nim
parent5d469686b05ba0435690fccf6fb6f7d95cf09c73 (diff)
downloadNim-739e1badb6e48741e28420739769d3714ac6ceda.tar.gz
stdlib organization & documentation improvements (#20971)
* stdlib organization & documentation improvements

* fix CI

* Update doc/lib.md

Co-authored-by: Juan Carlos <juancarlospaco@gmail.com>

* fix ci, remove jshttpcore, export in jsfetch instead

* fix alphabetical order violations

* add cmdline, db_odbc

Co-authored-by: Juan Carlos <juancarlospaco@gmail.com>
Diffstat (limited to 'lib/std/envvars.nim')
-rw-r--r--lib/std/envvars.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/envvars.nim b/lib/std/envvars.nim
index d86f13f8d..46595a3cf 100644
--- a/lib/std/envvars.nim
+++ b/lib/std/envvars.nim
@@ -8,7 +8,7 @@
 #
 
 
-## The `std/envvars` module implements environment variables handling.
+## The `std/envvars` module implements environment variable handling.
 import std/oserrors
 
 type