sequtils: minor typo

This commit is contained in:
Araq
2019-05-10 19:49:56 +02:00
parent a170719d1a
commit 95b65504e6

View File

@@ -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