diff --git a/lib/pure/collections/sequtils.nim b/lib/pure/collections/sequtils.nim index e39c1fb80f..d451b8ecff 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