Skip to content

Commit 7371e2e

Browse files
committed
[S12] Remove spurious "of that name" qualifier from description of FALLBACK.
1 parent 2be5306 commit 7371e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S12-objects.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@ You can also get at the container through the appropriate symbol table:
611611
=head2 FALLBACK methods
612612

613613
If your class defines a method with the special name C<FALLBACK>, that
614-
method will be called if all other attempts to locate a method of that
615-
name fail, including normal method dispatch as well as delegation (see
614+
method will be called if all other attempts to locate a method
615+
fail, including normal method dispatch as well as delegation (see
616616
below). The first argument to the method will be the method name (as
617617
a string) that was unsuccessfully searched for. The original call's
618618
arguments are passed in as rest of the C<FALLBACK>'s argument list.

0 commit comments

Comments
 (0)