diff options
-rw-r--r-- | MDK/Common/Math.pm | 2 | ||||
-rw-r--r-- | MDK/Common/Various.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MDK/Common/Math.pm b/MDK/Common/Math.pm index c467150..c49c828 100644 --- a/MDK/Common/Math.pm +++ b/MDK/Common/Math.pm @@ -52,7 +52,7 @@ C<($a, $b) = divide(10,3)> gives C<$a is 3> and C<$b is 1> =item min(LIST) =item max(LIST) - + returns the minimum/maximum number in the list =item or_(LIST) diff --git a/MDK/Common/Various.pm b/MDK/Common/Various.pm index 80d77ff..eba2faf 100644 --- a/MDK/Common/Various.pm +++ b/MDK/Common/Various.pm @@ -86,7 +86,7 @@ use this to ensure nobody uses the return value of the function. eg: gives test.pl:3: main::f() expects a value from main::g(), but main::g() doesn't return any value - + =back =head1 SEE ALSO |