Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove surplus 'an'
  • Loading branch information
stmuk committed Sep 14, 2015
1 parent fb7cb20 commit 6cc6cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S07-lists.pod
Expand Up @@ -293,7 +293,7 @@ argument to be bound to an C<@>-sigil parameter:

This would be rather too inconvenient. Therefore, the signature binder (which
actually uses C<::=> assignment semantics rather than C<:=>) will spot failure
to bind the an C<@>-sigil parameter, and then check if the argument does the
to bind the <@>-sigil parameter, and then check if the argument does the
C<PositionalBindFailover> role. If it does, then it will call the C<cache>
method on the argument and bind the result of that instead.

Expand Down

0 comments on commit 6cc6cd1

Please sign in to comment.