summary refs log tree commit diff stats
path: root/tests/seq
diff options
context:
space:
mode:
authorDo Nhat Minh <mrordinaire@gmail.com>2015-01-07 19:05:37 +0800
committerDo Nhat Minh <mrordinaire@gmail.com>2015-01-07 19:05:37 +0800
commitde4a3f8835692c029fcf599b715a85457e61d40a (patch)
tree15b632777ee10aac0b2ec6f94e72a696a944e69a /tests/seq
parent65310266d823ab3560dfe0b6bad228b67b204aeb (diff)
downloadNim-de4a3f8835692c029fcf599b715a85457e61d40a.tar.gz
fixed tests/seq/tsequtils.nim
Diffstat (limited to 'tests/seq')
-rw-r--r--tests/seq/tsequtils.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/seq/tsequtils.nim b/tests/seq/tsequtils.nim
index 3a7eeeffa..ea85a7f21 100644
--- a/tests/seq/tsequtils.nim
+++ b/tests/seq/tsequtils.nim
@@ -7,7 +7,7 @@ Filter Iterator: 7
 Filter: [3, 5, 7]
 FilterIt: [1, 3, 7]
 Concat: [1, 3, 5, 7, 2, 4, 6]
-Distnct: [1, 2, 3, 4, 5, 7]'''
+Deduplicate: [1, 2, 3, 4, 5, 7]'''
 
 """