From abd84fe410a4dbe8a0aefd220f302e7f44fef773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 17 Feb 2000 22:40:24 +0100 Subject: [PATCH] Fixed typo. Rev: tutorial/tutorial.wmml:1.187 --- tutorial/tutorial.wmml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index 93f5a62ed6..c9da698e17 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -6144,7 +6144,7 @@ string trim_whites(string s); <man_description> Trim leading and trailing spaces and tabs from the string <i>s</i>. </man_description> - +</function> <function name=String.trim_all_whites title="trim all white spaces from a string"> @@ -6154,7 +6154,7 @@ string trim_all_whites(string s); <man_description> Trim leading and trailing white space characters (" \t\r\n") from the string <i>s</i>. </man_description> - +</function> </module> -- GitLab