diff --git a/doc/builtin/sort b/doc/builtin/sort index c19e557d9fc50d6fd0e2f4b098f59fbc65e86bca..c13208ada7c14bf8f3fa50d6724b3eb943fd16a1 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.