From 0e5ee36bb6e2c66f05032caaf7c3f83604593c6c Mon Sep 17 00:00:00 2001 From: Andreas Lange <andreas@lange.cx> Date: Fri, 11 Aug 2000 21:42:15 +0200 Subject: [PATCH] spelling Rev: tutorial/tutorial.wmml:1.204 --- tutorial/tutorial.wmml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index 185b77a727..a7641b6708 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -6039,7 +6039,7 @@ string implode_nicely(array(string|float|int) words, string|void separator); <man_description> This function implodes a list of words to a readable string. If the separator is omitted, the default is <tt>"and"</tt>. -If the words are numbers they are converet to strings first. +If the words are numbers they are converted to strings first. </man_description> <man_example> > implode_nicely(({"green"}));<br> -- GitLab