summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-01-07 14:10:45 +0100
committerAndreas Rumpf <rumpf_a@web.de>2015-01-07 14:10:45 +0100
commit1c106a499c0e9bd42ea7df5724340dac0fa3395d (patch)
tree15b632777ee10aac0b2ec6f94e72a696a944e69a
parent65310266d823ab3560dfe0b6bad228b67b204aeb (diff)
parentde4a3f8835692c029fcf599b715a85457e61d40a (diff)
downloadNim-1c106a499c0e9bd42ea7df5724340dac0fa3395d.tar.gz
Merge pull request #1897 from mrordinaire/fix-tsequtils
fixed tests/seq/tsequtils.nim
-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]'''
 
 """