diff options
author | Araq <rumpf_a@web.de> | 2019-05-10 19:49:56 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-05-10 19:50:23 +0200 |
commit | 95b65504e6dfb598b0b2ffb13ecc6f219ab90697 (patch) | |
tree | 6bd706eb968cd33cf48b9d82c59fa4470d084008 /lib/pure/collections/sequtils.nim | |
parent | a170719d1a90aeb08bbf426a44a861d2dd72dcb5 (diff) | |
download | Nim-95b65504e6dfb598b0b2ffb13ecc6f219ab90697.tar.gz |
sequtils: minor typo
Diffstat (limited to 'lib/pure/collections/sequtils.nim')
-rw-r--r-- | lib/pure/collections/sequtils.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/collections/sequtils.nim b/lib/pure/collections/sequtils.nim index e39c1fb80..d451b8ecf 100644 --- a/lib/pure/collections/sequtils.nim +++ b/lib/pure/collections/sequtils.nim @@ -15,7 +15,7 @@ ## * array ## ## The system module defines several common functions, such as: -## * ``newseq[T]`` for creating new sequences of type ``T`` +## * ``newSeq[T]`` for creating new sequences of type ``T`` ## * ``@`` for converting arrays and strings to sequences ## * ``add`` for adding new elements to strings and sequences ## * ``&`` for string and seq concatenation |