diff --git a/lib/List/Util.pm b/lib/List/Util.pm index 1f54d76..60b9553 100644 --- a/lib/List/Util.pm +++ b/lib/List/Util.pm @@ -680,7 +680,7 @@ C. This function does not apply a prototype, so make sure to invoke it with references to arrays. For a function similar to the C function from C, see -L. +L. my @result = zip_shortest ... @@ -707,7 +707,7 @@ at the corresponding position from each of the given input arrays. If any input arrays run out of elements before others, then C will be inserted into the result to fill in the gaps. -This is similar to L, except that all of the ranges in the result are +This is similar to L, except that all of the ranges in the result are returned in one long flattened list, instead of being bundled into separate arrays. @@ -727,7 +727,7 @@ to invoke it with references to arrays. my @result = mesh_longest ... -These variations are similar to those of L, in that they differ in +These variations are similar to those of L, in that they differ in behaviour when one of the input lists runs out of elements before the others. =head1 CONFIGURATION VARIABLES