diff options
author | flywind <xzsflywind@gmail.com> | 2021-02-21 00:38:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 22:38:29 -0800 |
commit | 69a78c9183425458ae7ae275d6bffd2d3f6fd76b (patch) | |
tree | 2c7f4a0eb74481f66a71efdf31ea8ad4c44e756f /doc/nims.rst | |
parent | 778f124af0fbb2243424e267a9beaf046f744e30 (diff) | |
download | Nim-69a78c9183425458ae7ae275d6bffd2d3f6fd76b.tar.gz |
promote std prefix in docs (#17128)
Diffstat (limited to 'doc/nims.rst')
-rw-r--r-- | doc/nims.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nims.rst b/doc/nims.rst index 09dc53c66..aa13d134a 100644 --- a/doc/nims.rst +++ b/doc/nims.rst @@ -228,7 +228,7 @@ See the following (incomplete) example: .. code-block:: nim - import distros + import std/distros # Architectures. if defined(amd64): |