summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
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.