1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: fix a simple typo in pod
Author: Florian Schlichting <fschlich@zedat.fu-berlin.de>
--- a/Array.pod
+++ b/Array.pod
@@ -205,7 +205,7 @@
same width as the length of @values. If the number of passed values
must be evenly divisible by the number of elements in the array.
The number of values becomes the number of "columns." The number of
-"rows" is the total number of elements of the array devided by the
+"rows" is the total number of elements of the array divided by the
columns.
$array->calc(1.0, '3,*', '2,*,rand,+', '');
|