diff options
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 0372ee35ee..da066c8134 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2501,7 +2501,7 @@ so you'll probably want to use them instead. See L</my>. =item return LIST -Returns from a subroutine or eval with the value specified. (Note that +Returns from a subroutine, eval or do with the value specified. (Note that in the absence of a return a subroutine or eval() will automatically return the value of the last expression evaluated.) |