Skip to content

Commit

Permalink
[basics] fix duplicate invocant explanation found by PerlJam++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 14, 2011
1 parent e83af18 commit e9930d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basics.pod
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ C<my> can declare multiple variables simultaneously. The right-hand side of the
assignment is a call to a method named C<split>, passing along the string
C<' | '> as an argument.

C<split> decomposes its I<invocant>--the string on which it operates--into a
C<split> decomposes its invocant into a
list of strings, so that joining the list items with the separator C<' | '>
produces the original string.

Expand Down

0 comments on commit e9930d3

Please sign in to comment.