diff options
author | MrZoraman <MrZoraman@Gmail.com> | 2019-04-03 22:03:15 -0700 |
---|---|---|
committer | Miran <narimiran@disroot.org> | 2019-04-04 07:03:15 +0200 |
commit | c6327e229a187352ec52c29a7d1c8fb3e089eed2 (patch) | |
tree | 5f3dc4de82f8ca24e6725a699795e14271dbe90c | |
parent | dc2986789b703300ac0680a10004f77453b146c3 (diff) | |
download | Nim-c6327e229a187352ec52c29a7d1c8fb3e089eed2.tar.gz |
Fix dead sequtils link (#10960) [ci skip]
-rw-r--r-- | lib/pure/strutils.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/strutils.nim b/lib/pure/strutils.nim index 54d0e3f14..07a265915 100644 --- a/lib/pure/strutils.nim +++ b/lib/pure/strutils.nim @@ -57,7 +57,7 @@ ## **See also:** ## * `strformat module<strformat.html>`_ for string interpolation and formatting ## * `unicode module<unicode.html>`_ for Unicode UTF-8 handling -## * `sequtils module<collections/sequtils.html>`_ for operations on container +## * `sequtils module<sequtils.html>`_ for operations on container ## types (including strings) ## * `parseutils module<parseutils.html>`_ for lower-level parsing of tokens, ## numbers, identifiers, etc. |