Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[subs] fix typo
Signed-off-by: Moritz Lenz <moritz@faui2k3.org>
  • Loading branch information
Hongwen Qiu authored and moritz committed Jun 21, 2010
1 parent 16c5bf3 commit 1126727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subs-n-sigs.pod
Expand Up @@ -141,7 +141,7 @@ variables in your signature are read-only references to the passed arguments.
You cannot modify them passed-in values within the subroutine.

If read-only binding is too limiting, you have two different ways to relax this
restriction. A parameter marked C<is rw> means that you are can modify the
restriction. A parameter marked C<is rw> means that you can modify the
passed argument within the subroutine. Any modification modifies the original
in place. If you attempt to pass a literal or some other constant value for an
C<rw> parameter, the binding will fail at the point of the call, with an
Expand Down

0 comments on commit 1126727

Please sign in to comment.