From a9d78b2210b1fdf6fdc7c0eea24dc4a528e2949d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 9 Jun 1996 16:40:06 +0200 Subject: [PATCH] minor fix Rev: doc/builtin/sort:1.2 --- doc/builtin/sort | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/builtin/sort b/doc/builtin/sort index c19e557d9f..c13208ada7 100644 --- a/doc/builtin/sort +++ b/doc/builtin/sort @@ -13,8 +13,7 @@ DESCRIPTION will be moved to position 0 in all the other arrays as well. Sort can sort strings, integers and floats in ascending order. - Arrays will be sorted first on size and then on the first element - of each array. + Arrays will be sorted first on the first element of each array. Sort returns it's first argument. -- GitLab