diff options
Diffstat (limited to 'lib/pure/pathnorm.nim')
-rw-r--r-- | lib/pure/pathnorm.nim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/pure/pathnorm.nim b/lib/pure/pathnorm.nim index a067fbbed..00b3ebc0a 100644 --- a/lib/pure/pathnorm.nim +++ b/lib/pure/pathnorm.nim @@ -8,8 +8,9 @@ # ## OS-Path normalization. Used by ``os.nim`` but also -## generally useful for dealing with paths. Note that this module -## does not provide a stable API. +## generally useful for dealing with paths. +## +## Unstable API. # Yes, this uses import here, not include so that # we don't end up exporting these symbols from pathnorm and os: |