diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-10-18 02:29:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 20:29:00 +0200 |
commit | c0824b9b80f50807fc41b621760c4b685d1d7497 (patch) | |
tree | 76a9076a954198b00b2001eae452b384758d6d5f /doc | |
parent | b7f1757952047258e9639c173145ca88f549c727 (diff) | |
download | Nim-c0824b9b80f50807fc41b621760c4b685d1d7497.tar.gz |
[`std/os` clean up] import and export `osseps` (#20580)
import and export osseps
Diffstat (limited to 'doc')
-rw-r--r-- | doc/intern.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intern.md b/doc/intern.md index ebdbca52d..e1861ea7d 100644 --- a/doc/intern.md +++ b/doc/intern.md @@ -364,7 +364,7 @@ Files that may need changed for your platform include: Add os/cpu to `Project.Platforms` field. * `lib/system/platforms.nim` Add os/cpu. -* `lib/pure/include/osseps.nim` +* `std/private/osseps.nim` Add os specializations. * `lib/pure/distros.nim` Add os, package handler. |