summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorElvin Aslanov <rwp.primary@gmail.com>2023-02-08 12:03:44 +0400
committerYves Orton <demerphq@gmail.com>2023-02-08 16:09:01 +0800
commit02bb7cad54cd703b780436e2129bdb299457105b (patch)
tree3c26f305ca2d44e3a3ab519650928878018ec598 /pod/perlfunc.pod
parent7dccff44c3ee4d9e1d201c6892ec9c38746975b7 (diff)
downloadperl-02bb7cad54cd703b780436e2129bdb299457105b.tar.gz
[doc] perlfunc: remove extra "the"
Remove the duplicate "the" introduced in 0de69e372d3baf843522c30d8711b6513c2a472b
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 4704ff52f4..0643db5463 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -972,7 +972,7 @@ objects.
L<C<bless>|/bless REF,CLASSNAME> returns its first argument, the
supplied reference, as the value of the function; since C<bless>
is commonly the last thing executed in constructors, this means
-that the the reference to the object is returned as the
+that the reference to the object is returned as the
constructor's value and allows the caller to immediately use
this returned object in method calls.