From f49de70c6b6ad4a465a8351be67be40b218e3386 Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Sat, 28 Feb 1998 21:07:23 +0100
Subject: [PATCH] foo

Rev: tutorial/tutorial.wmml:1.74
---
 tutorial/tutorial.wmml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index 643799478b..94ace66892 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -5381,12 +5381,9 @@ array permute(array in,int number);
 </man_syntax>
 <man_description>
 <tt>permute</tt> gives you a selected permutation of an array.
-The numbers of permutations equal sizeof(in)! (the faculty of 
+The numbers of permutations equal sizeof(in)! (the factorial of 
 the size of the given array).
 
-<p>Eventual duplicate permutations due to multiple equal (non-unique)
-elements is not regarded.
-
 </man_description> 
 <man_example>
 Array.permute( ({ 1,2,3 }), 0)  -> ({1,2,3})
-- 
GitLab