summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-07-20 13:50:37 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-20 13:50:37 +0100
commitfa25ff3a5478e084688655a08731d7df58e2fc6a (patch)
tree2a9488eb8498f1e714a3f9dca62ec83894a50843
parent70f2a5091a5063f07e3878e79723c0e19f050125 (diff)
downloadperl-fa25ff3a5478e084688655a08731d7df58e2fc6a.tar.gz
Fix typo in perldelta
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 1c3f57e8e4..31759c6c5e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -34,7 +34,7 @@ specifically needed the old behavior. See L<perlunicode/Scripts>.
As an experimental feature, Perl now allows the referencing operator to come
after L<C<my()>|perlfunc/my>, L<C<state()>|perlfunc/state>,
-L<C<our()>|perlfunc/mour>, or L<C<local()>|perlfunc/local>. This syntax must
+L<C<our()>|perlfunc/our>, or L<C<local()>|perlfunc/local>. This syntax must
be enabled with C<use feature 'declared_refs'>. It is experimental, and will
warn by default unless C<no warnings 'experimental::refaliasing'> is in effect.
It is intended mainly for use in assignments to references. For example: